Skip to content

Commit d7ac9a9

Browse files
committed
ci: fix
1 parent 64244d8 commit d7ac9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ruby-version: ${{ matrix.ruby }}
3131
bundler-cache: true
3232
- name: Install libraries
33-
run: sudo apt install -y libyajl2 libyajl-dev
33+
run: sudo apt install -y libyajl2 libyajl-dev valgrind
3434
- name: Run the default task
3535
run: bundle exec rake
3636
- name: Run valgrind

0 commit comments

Comments
 (0)