Skip to content

Commit

Permalink
Workflow: Update Ubuntu dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Apr 12, 2024
1 parent 3b7391a commit aea86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: 'gh-pages'
path: './_site'
- name: Setup Ubuntu dependencies
run: sudo apt install -y libvips libwebp libjpeg libheif
run: sudo apt install -y libvips libwebp-dev libjpeg-dev libheif-dev libpng-dev
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit aea86ef

Please sign in to comment.