1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-17 19:26:25 +02:00

Fix download uri in test environment

Fix download uri in test environment for Imagemagick
releases.
This commit is contained in:
Oliver Vogel
2022-08-12 19:02:23 +02:00
parent de1eb734b6
commit ece5ffa358

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