Skip to content

Commit af963b5

Browse files
committed
ci: fix tooling install command
1 parent 9a76cc7 commit af963b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup
2020
run: |
2121
rustc --version
22-
apt-get update && apt-get install -y valgrind
22+
sudo apt-get update && apt-get install -y valgrind
2323
cargo install cargo-valgrind
2424
2525
- name: Run tests

0 commit comments

Comments
 (0)