Skip to content

Commit 961e241

Browse files
committed
Fix valgrind job.
1 parent d33f584 commit 961e241

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
@@ -4,7 +4,7 @@ on:
44
name: "valgrind"
55
jobs:
66
build:
7-
name: Testing on ${{ matrix.os }}
7+
name: Testing with Valgrind on ${{ matrix.os }}
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
@@ -16,7 +16,7 @@ jobs:
1616
submodules: true
1717

1818
- name: Install valgrind
19-
run: sudo apt install -y valgrind
19+
run: sudo apt update && sudo apt install -y valgrind
2020

2121
- name: Install Cargo Valgrind
2222
run: |

0 commit comments

Comments
 (0)