mirror of
https://github.com/Intervention/image.git
synced 2025-08-20 04:31:24 +02:00
Update run-tests.yml add cache hit check.
This commit is contained in:
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
@@ -50,6 +50,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-ImageMagick-${{ matrix.imagemagick }}
|
key: ${{ runner.os }}-ImageMagick-${{ matrix.imagemagick }}
|
||||||
|
|
||||||
- name: Install ImageMagick
|
- name: Install ImageMagick
|
||||||
|
if: steps.cache-imagemagick.outputs.cache-hit != 'true'
|
||||||
run: |
|
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://www.imagemagick.org/download/ImageMagick-${{ matrix.imagemagick }}.tar.gz
|
||||||
(
|
(
|
||||||
|
Reference in New Issue
Block a user