Skip to content

Commit 2ddc134

Browse files
committed
alpine too
1 parent c441b0b commit 2ddc134

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/alpine.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88
- uses: docker/setup-buildx-action@v2
9-
- run: sudo apt install libvips-dev
9+
- run: |
10+
sudo apt-get update
11+
sudo apt install libvips-dev
1012
- uses: ruby/setup-ruby@v1
1113
with:
1214
ruby-version: '3.4'

0 commit comments

Comments
 (0)