Skip to content

Commit

Permalink
install imagemagick as default ubuntu 24 image doesn't have it preins…
Browse files Browse the repository at this point in the history
…talled
  • Loading branch information
toy committed Oct 13, 2024
1 parent 196a10b commit cc6c6c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get -y install imagemagick
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby }}"

0 comments on commit cc6c6c6

Please sign in to comment.