Skip to content

Commit

Permalink
I think it's not 18.04 anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 25, 2022
1 parent 8fa46f8 commit e72d5cb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Install dependencies # GHA runs 18.04 which has old libvips
run: >
curl -L 'https://github.com/libvips/libvips/releases/download/v8.9.2/vips-8.9.2.tar.gz' | tar xzf - &&
cd vips-* &&
./configure --prefix=/usr &&
make &&
sudo make install
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libvips libvips-dev

- name: Install Ruby dependencies
run: bundle install
Expand Down

0 comments on commit e72d5cb

Please sign in to comment.