Skip to content

Commit

Permalink
Add install valgrind step
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 13, 2024
1 parent 8eda946 commit c314d76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Install nasm
run: sudo apt install nasm

- name: Install valgrind
run: sudo apt install valgrind

- name: Run the tests
run: ./tests.sh
env:
Expand Down

0 comments on commit c314d76

Please sign in to comment.