We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf6420 commit 302dc52Copy full SHA for 302dc52
1 file changed
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
ruby-version: '3.1'
47
bundler-cache: true # 'bundle install' and cache
48
- - run: sudo apt-get install -y valgrind
+ - run: sudo apt-get update && sudo apt-get install -y valgrind
49
- run: bundle exec rake spec:valgrind
50
51
other:
0 commit comments