Skip to content

Commit

Permalink
Merge pull request #256 from loftwah/dl/gh-actions-fix
Browse files Browse the repository at this point in the history
install imagemagick
  • Loading branch information
loftwah authored Dec 23, 2024
2 parents c9655c2 + 12c0511 commit 82c64c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
node-version: 20

- name: Install ImageMagick
run: sudo apt-get update && sudo apt-get install -y imagemagick

- name: Install dependencies
run: |
gem install bundler
Expand Down

0 comments on commit 82c64c9

Please sign in to comment.