Skip to content

Commit 840ce4e

Browse files
committedApr 23, 2024
Make sure repos are updated before installing valgrind in CI
1 parent 38f9e42 commit 840ce4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/valgrind.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: true
1616
- name: install valgrind
17-
run: sudo apt-get install valgrind
17+
run: sudo apt-get update && sudo apt-get install valgrind
1818
- name: build
1919
run: |
2020
make BUILD_TYPE=RelWithDebInfo

0 commit comments

Comments
 (0)