Skip to content

Commit

Permalink
cache apt
Browse files Browse the repository at this point in the history
  • Loading branch information
pftg committed Dec 21, 2023
1 parent 6baede3 commit 4f90363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install libvips
run: |
sudo apt-get update -qq
sudo apt-get install -qq --no-install-recommends libvips libvips-dev libvips-tools
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libvips libglib2.0-0 libglib2.0-dev libwebp-dev libvips42 libpng-dev
version: tests-v1

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 4f90363

Please sign in to comment.