Skip to content

Commit

Permalink
Github Actions: Disable apt caching (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash authored Dec 12, 2024
1 parent 72fd3bd commit 1705cf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ jobs:
steps:

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libvips-dev libhdf5-dev
version: 1.0
- name: Install vips
run: sudo apt install -y libvips-dev

- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libvips-dev
version: 1.0
- name: Install vips
run: sudo apt install -y libvips-dev
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 1705cf1

Please sign in to comment.