Skip to content

Commit

Permalink
update again
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Nov 20, 2024
1 parent 3b68136 commit 6eeecc6
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 @@ -41,7 +41,9 @@ jobs:
cache: 'npm'

- name: install libvips
run: sudo apt-get install libvips-dev -y
run: |
sudo apt-get update
sudo apt-get install libvips-dev -y
- name: script/bootstrap
run: script/bootstrap
Expand Down

0 comments on commit 6eeecc6

Please sign in to comment.