We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f9e42 commit 840ce4eCopy full SHA for 840ce4e
.github/workflows/valgrind.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
submodules: true
16
- name: install valgrind
17
- run: sudo apt-get install valgrind
+ run: sudo apt-get update && sudo apt-get install valgrind
18
- name: build
19
run: |
20
make BUILD_TYPE=RelWithDebInfo
0 commit comments