Skip to content

Commit

Permalink
build: Install imagemagick in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Oct 10, 2024
1 parent 9247bbf commit 88be57a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: '18'
- uses: browser-actions/setup-firefox@latest
- run: sudo apt-get install --yes --no-install-recommends optipng
- run: sudo apt-get install --yes --no-install-recommends optipng imagemagick
- run: sudo apt-get remove --yes fonts-lato
- run: fc-list
- run: firefox --version
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
node-version: 'lts/*'
- run: npm --version && node --version
- uses: browser-actions/setup-firefox@latest
- run: sudo apt-get install --yes --no-install-recommends optipng imagemagick
- run: sudo apt-get remove --yes fonts-lato
- run: fc-list
- run: firefox --version
Expand Down

0 comments on commit 88be57a

Please sign in to comment.