We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fd3bd commit 1705cf1Copy full SHA for 1705cf1
.github/workflows/build.yml
@@ -34,10 +34,8 @@ jobs:
34
35
steps:
36
37
- - uses: awalsh128/cache-apt-pkgs-action@latest
38
- with:
39
- packages: libvips-dev libhdf5-dev
40
- version: 1.0
+ - name: Install vips
+ run: sudo apt install -y libvips-dev
41
42
- name: Checkout
43
uses: actions/checkout@v4
.github/workflows/golangci-lint.yml
@@ -9,10 +9,8 @@ jobs:
9
runs-on: ubuntu-24.04
10
11
12
13
14
- packages: libvips-dev
15
16
- uses: actions/checkout@v4
17
- uses: actions/setup-go@v5
18
with:
0 commit comments