Skip to content

Commit 407b8cc

Browse files
committed
ci: fix was integrated into cargo-valgrind, so use vanilla cargo-valgrind
1 parent 47d46dd commit 407b8cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ jobs:
9393
sudo apt-get update -y
9494
sudo apt-get install -y libc6-dbg
9595
valgrind --version
96-
# see https://github.com/jfrimmel/cargo-valgrind/pull/127
97-
cargo install cargo-valgrind --git https://github.com/Dushistov/cargo-valgrind
96+
cargo install cargo-valgrind
9897
python ci/build_and_run_tests.py --rust-only-with-valigrind
9998
shell: bash
10099
- name: Run tests that requires SG up and running

0 commit comments

Comments
 (0)