We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1869a commit b0e76fdCopy full SHA for b0e76fd
.github/workflows/release.yml
@@ -30,8 +30,7 @@ jobs:
30
libc6-dev-arm64-cross \
31
file \
32
libvips \
33
- libvips-dev \
34
- vips
+ libvips-dev
35
- name: Checkout
36
uses: actions/checkout@v4
37
- name: Setup Go
.github/workflows/test.yml
@@ -11,8 +11,7 @@ jobs:
11
sudo apt-get install -y \
12
build-essential \
13
14
15
16
- name: Install Go
17
uses: actions/setup-go@v4
18
with:
0 commit comments