Skip to content

Commit

Permalink
ci: add imagemagick for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Feb 12, 2025
1 parent 69617c0 commit 2e4b509
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: add imagemagick
run: sudo apt install imagemagick
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 2e4b509

Please sign in to comment.