Skip to content

Commit

Permalink
Merge pull request #1310 from datacite/update-action-imagemagick
Browse files Browse the repository at this point in the history
Explicitly install imagemagick in CI
  • Loading branch information
jrhoads authored Jan 15, 2025
2 parents 14d68b0 + da7ff0a commit 59776af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/parallel_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Install ImageMagick
run: |
sudo apt-get update
sudo apt-get install -y imagemagick
- name: Install
env:
MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}
Expand Down

0 comments on commit 59776af

Please sign in to comment.