mirror of
https://github.com/Intervention/image.git
synced 2025-08-19 04:01:30 +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 }}
|
||||
|
||||
- name: Install ImageMagick
|
||||
if: steps.cache-imagemagick.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
curl -o /tmp/ImageMagick.tar.gz -sL https://www.imagemagick.org/download/ImageMagick-${{ matrix.imagemagick }}.tar.gz
|
||||
(
|
||||
|
Reference in New Issue
Block a user