Skip to content

Commit

Permalink
valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed May 30, 2024
1 parent 74335f9 commit baab3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install valgrind
sudo apt update && sudo apt install -y valgrind
- name: configure cmake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit baab3ab

Please sign in to comment.