Skip to content

Commit c2e454c

Browse files
committed
Fix install script
1 parent 2579ade commit c2e454c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- name: Install Cargo Valgrind
211211
# TODO: Use released version. Currently we rely on the git version while we wait for this
212212
# to be released: https://github.com/jfrimmel/cargo-valgrind/commit/408c0b4fb56e84eddc2bb09c88a11ba3adc0c188
213-
run: cargo install --git https://github.com/jfrimmel/cargo-valgrind
213+
run: cargo install --git https://github.com/jfrimmel/cargo-valgrind cargo-valgrind
214214
#run: cargo install cargo-valgrind
215215

216216
- name: Test Core

0 commit comments

Comments
 (0)