Skip to content

Commit

Permalink
Try installing ImageMagick from an AppImage again
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Nov 13, 2023
1 parent 3506982 commit ea37e93
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,12 @@ jobs:
run: |
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get -yqq install libpq-dev libfuse2
sudo apt-get -yqq install libpq-dev libfuse2 libvips libvips-dev libraqm-dev ffmpeg
- name: Install ImageMagick (${{ env.IMAGEMAGICK_VERSION }})
uses: ./.github/actions/install-imagemagick
with:
version: ${{ env.IMAGEMAGICK_VERSION }}

- name: Install libvips
- name: Install ImageMagick
run: |
sudo apt-get -yqq install libvips libvips-dev libraqm-dev ffmpeg
curl -L -o /usr/local/bin/magick 'https://download.imagemagick.org/ImageMagick/download/binaries/magick'
chmod oug+x /usr/local/bin/magick
- name: Set up Ruby (${{ matrix.ruby }})
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit ea37e93

Please sign in to comment.