Skip to content

Commit

Permalink
ci: Lock cargo-valgrind to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Dec 29, 2023
1 parent ccec8b2 commit 1819ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Install valgrind dependencies
run: |
sudo apt-get -y install libc6-dbg
cargo install cargo-valgrind
cargo install cargo-valgrind --version 1.3.0
- name: Cache valgrind
id: cache
Expand Down

0 comments on commit 1819ee4

Please sign in to comment.