From 302dc52916e4b666172d5c9bc27a2b0129c5cd8b Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Thu, 25 Sep 2025 08:48:12 +0200 Subject: [PATCH] Fix valgrind installation on CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3ef852b7..4ac9d887 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: with: ruby-version: '3.1' bundler-cache: true # 'bundle install' and cache - - run: sudo apt-get install -y valgrind + - run: sudo apt-get update && sudo apt-get install -y valgrind - run: bundle exec rake spec:valgrind other: