Skip to content

Commit

Permalink
chore: install ImageMagick on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Dec 31, 2024
1 parent 62ad5f9 commit 14266f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
node-version: 20.x
cache: npm

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

- name: Install JavaScript dependencies
run: |
npm install -g yarn
Expand Down

0 comments on commit 14266f7

Please sign in to comment.