Skip to content

Commit

Permalink
Install ImageMagick that was removed from Ubuntu 24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jan 12, 2025
1 parent 42995b1 commit 0e78d71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: supercharge/[email protected]
with:
mongodb-version: ${{ matrix.mongodb }}
- name: Install ImageMagick
run: sudo apt-get -y install imagemagick
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 0e78d71

Please sign in to comment.