Make sure repos are updated before installing valgrind in CI
This commit is contained in:
parent
38f9e429e4
commit
840ce4e719
1 changed files with 1 additions and 1 deletions
2
.github/workflows/valgrind.yml
vendored
2
.github/workflows/valgrind.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
- name: install valgrind
|
||||
run: sudo apt-get install valgrind
|
||||
run: sudo apt-get update && sudo apt-get install valgrind
|
||||
- name: build
|
||||
run: |
|
||||
make BUILD_TYPE=RelWithDebInfo
|
||||
|
|
Loading…
Reference in a new issue