Skip to content

Commit 199e88f

Browse files
authored
Merge pull request #386 from msgpack/fix-valgrind-ci
Fix valgrind installation on CI
2 parents 5bf6420 + 302dc52 commit 199e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
ruby-version: '3.1'
4747
bundler-cache: true # 'bundle install' and cache
48-
- run: sudo apt-get install -y valgrind
48+
- run: sudo apt-get update && sudo apt-get install -y valgrind
4949
- run: bundle exec rake spec:valgrind
5050

5151
other:

0 commit comments

Comments
 (0)