1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-28 16:19:50 +02:00

Fixed Imagemagick download URI for tests

This commit is contained in:
Oliver Vogel
2022-04-19 19:37:59 +02:00
parent b2f54eb7ec
commit 41363222f9

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://www.imagemagick.org/download/ImageMagick-${{ matrix.imagemagick }}.tar.gz
curl -o /tmp/ImageMagick.tar.gz -sL https://download.imagemagick.org/ImageMagick/download/releases/ImageMagick-${{ matrix.imagemagick }}.tar.gz
(
cd /tmp || exit 1
tar xf ImageMagick.tar.gz