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: