1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-21 13:11:18 +02:00

Fix Imagick URI in test workflow

This commit is contained in:
Oliver Vogel
2022-07-05 19:35:01 +02:00
parent eba3948749
commit 55e9f5e9ee

View File

@@ -50,7 +50,7 @@ jobs:
- name: Install ImageMagick
if: ( steps.cache-imagemagick.outputs.cache-hit != 'true' || steps.cache-imagemagick-exists.outputs.files_exists != 'true' )
run: |
curl -o /tmp/ImageMagick.tar.gz -sL https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-${{ matrix.imagemagick }}.tar.gz
curl -o /tmp/ImageMagick.tar.gz -sL https://imagemagick.org/archive/ImageMagick-${{ matrix.imagemagick }}.tar.gz
(
cd /tmp || exit 1
tar xf ImageMagick.tar.gz