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 9a76cc7 commit af963b5Copy full SHA for af963b5
.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup
20
run: |
21
rustc --version
22
- apt-get update && apt-get install -y valgrind
+ sudo apt-get update && apt-get install -y valgrind
23
cargo install cargo-valgrind
24
25
- name: Run tests
0 commit comments