Skip to content

Commit

Permalink
Fix CI valgrind install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nsauzede committed Oct 17, 2023
1 parent 162e2aa commit 8417f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt install --quiet -y make gcc python3 bash valgrind nasm
run: sudo apt update && sudo apt install --quiet -y make gcc python3 bash valgrind nasm
- name: Build and test
run: bin/vade clean test

0 comments on commit 8417f25

Please sign in to comment.