Skip to content

Commit 18082a0

Browse files
committed
sudo
1 parent 5a8b492 commit 18082a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/valgrind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Install Valgrind
16-
run: apt-get install -y valgrind
16+
run: sudo apt-get update && sudo apt-get install valgrind
1717

1818
- name: Create Build Environment
1919
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v4
4545

4646
- name: Install Valgrind
47-
run: apt-get install -y valgrind
47+
run: sudo apt-get update && sudo apt-get install valgrind
4848

4949
- name: Create Build Environment
5050
run: cmake -E make_directory ${{runner.workspace}}/build

0 commit comments

Comments
 (0)