We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8b492 commit 18082a0Copy full SHA for 18082a0
.github/workflows/valgrind.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
15
- name: Install Valgrind
16
- run: apt-get install -y valgrind
+ run: sudo apt-get update && sudo apt-get install valgrind
17
18
- name: Create Build Environment
19
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments