Skip to content

Commit 8061ecf

Browse files
committed
Install appropriate packages for external tests.
1 parent adf3f72 commit 8061ecf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-external.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30-
- uses: ruby/setup-ruby@v1
30+
- uses: ruby/setup-ruby-pkgs@v1
3131
with:
3232
ruby-version: ${{matrix.ruby}}
3333
bundler-cache: true
34+
apt-get: libvips
35+
brew: vips
3436

3537
- name: Run tests
3638
timeout-minutes: 10

0 commit comments

Comments
 (0)