Skip to content

Commit

Permalink
Explicitly install imagemagick to support ubuntu-latest (>=24.04, whi…
Browse files Browse the repository at this point in the history
…ch doesn't include Imagemagick) in Github actions - see actions/runner-images#10772
  • Loading branch information
texpert committed Dec 28, 2024
1 parent a072ba4 commit 817f2e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/current_support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ jobs:
- name: Prepare DB
run: bundle exec rake app:db:test:prepare

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

- name: Run spec
run: bundle exec rspec
3 changes: 3 additions & 0 deletions .github/workflows/experimental_support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
- name: Prepare DB
run: bundle exec rake app:db:test:prepare

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

- name: Run spec
run: bundle exec rspec

0 comments on commit 817f2e7

Please sign in to comment.