Skip to content

Commit

Permalink
update again again
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Nov 20, 2024
1 parent 6eeecc6 commit 86293d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
bundler-cache: true

- name: install libvips
run: sudo apt-get install libvips-dev -y
run: |
sudo apt-get update
sudo apt-get install libvips-dev -y
- name: Use Node.js 16.x
uses: actions/setup-node@v4
Expand Down

0 comments on commit 86293d9

Please sign in to comment.