Skip to content

Commit

Permalink
Correct linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jul 27, 2024
1 parent 57dbe87 commit 8df70ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
with:
submodules: 'recursive'
- name: Build Software
working-directory: target/snitch_cluster
run: |
bender vendor init
make -C target/snitch_cluster sw
make sw
- name: Build Hardware
working-directory: target/snitch_cluster
run: |
make -C target/snitch_cluster VLT_JOBS=1 CFG_OVERRIDE=cfg/github-ci.hjson bin/snitch_cluster.vlt
make VLT_JOBS=1 CFG_OVERRIDE=cfg/github-ci.hjson bin/snitch_cluster.vlt
- name: Run Tests
working-directory: target/snitch_cluster
run: |
Expand Down

0 comments on commit 8df70ab

Please sign in to comment.