Skip to content

Commit b0e76fd

Browse files
committed
Fixing workflows
1 parent cf1869a commit b0e76fd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
libc6-dev-arm64-cross \
3131
file \
3232
libvips \
33-
libvips-dev \
34-
vips
33+
libvips-dev
3534
- name: Checkout
3635
uses: actions/checkout@v4
3736
- name: Setup Go

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
sudo apt-get install -y \
1212
build-essential \
1313
libvips \
14-
libvips-dev \
15-
vips
14+
libvips-dev
1615
- name: Install Go
1716
uses: actions/setup-go@v4
1817
with:

0 commit comments

Comments
 (0)