Skip to content

Commit

Permalink
Specify libc6-dbg version due to 404
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jan 11, 2024
1 parent 03360d9 commit 7907400
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 @@ -134,7 +134,7 @@ jobs:
- name: Install valgrind dependencies
# On Debian, Ubuntu libc6-dbg is required for valgrind
run: |
sudo apt-get -y install libc6-dbg
sudo apt-get -y install libc6-dbg=2.35-0ubuntu3.6
cargo install cargo-valgrind --version 2.0.2
- name: Cache valgrind
Expand Down

0 comments on commit 7907400

Please sign in to comment.