Skip to content

Commit

Permalink
Install libvips in Action runner for jekyll_picture_tag plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low authored Oct 23, 2024
1 parent dbc2c25 commit 6077d88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install libvips-tools
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
Expand Down

0 comments on commit 6077d88

Please sign in to comment.