Skip to content

Commit

Permalink
now add libvips to system_test and alpine too
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Dec 11, 2024
1 parent e5c972d commit 1c5de4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- run: sudo apt install libvips-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- run: sudo apt install libvips-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
Expand Down

0 comments on commit 1c5de4f

Please sign in to comment.