From ed0234f26439182daf80462f95d470b32fba9e99 Mon Sep 17 00:00:00 2001 From: ldm0 Date: Thu, 11 Jan 2024 12:05:24 -0800 Subject: [PATCH] Try remove libc6-dbg --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42db95f..35d7545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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