1
0
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:
Sergey Kudashev
2022-03-26 11:11:32 +03:00
parent 81c9b6be7f
commit d2b1cfe00f

View File

@@ -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
(