Skip to content

Commit

Permalink
chore: ImageMagick is not part of Ubuntu 24 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Dec 19, 2024
1 parent 2fb0bfb commit 70a68f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.9.4.deb
sudo apt install ./mongodb-database-tools-ubuntu2204-x86_64-100.9.4.deb
- name: Install imagemagick (convert)
run: |
sudo apt-get update
sudo apt-get install -y imagemagick
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 70a68f5

Please sign in to comment.