We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bf6420 + 302dc52 commit 199e88fCopy full SHA for 199e88f
.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