Skip to content

Commit

Permalink
Try remove libc6-dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jan 11, 2024
1 parent bc0164c commit ed0234f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
override: true

- name: Install valgrind dependencies
# On Debian and Ubuntu, libc6-dbg is required for valgrind
run: |
sudo apt-get -y install libc6-dbg
cargo install cargo-valgrind --version 2.0.2
Expand Down

0 comments on commit ed0234f

Please sign in to comment.