Skip to content

Commit

Permalink
Install imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Dec 8, 2024
1 parent 7d9a33c commit 9ba0267
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install additional packages
run: |
sudo apt-get update
sudo apt-get install imagemagick
- uses: actions/setup-node@v4
with:
cache: npm
Expand Down

0 comments on commit 9ba0267

Please sign in to comment.