Skip to content

Commit

Permalink
[CI] fix build by installing ImageMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Jan 25, 2025
1 parent 9756c71 commit 506f625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install ImageMagick
uses: mfinelli/setup-imagemagick@v6
with:
cache: true
- name: Run tests
env:
RAILS_ENV: test
Expand Down

0 comments on commit 506f625

Please sign in to comment.