mirror of
https://github.com/Intervention/image.git
synced 2025-08-16 19:04:00 +02:00
Fix download uri in test environment
Fix download uri in test environment for Imagemagick releases.
This commit is contained in:
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user