mirror of
https://github.com/Intervention/image.git
synced 2025-09-09 21:50:47 +02:00
Update run-tests.yml update cache imagemagick section.
This commit is contained in:
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@@ -42,7 +42,8 @@ jobs:
|
|||||||
id: cache-imagemagick
|
id: cache-imagemagick
|
||||||
with:
|
with:
|
||||||
path: ${HOME}/im/imagemagick-${{ matrix.imagemagick }}
|
path: ${HOME}/im/imagemagick-${{ matrix.imagemagick }}
|
||||||
key: ${{ runner.os }}-ImageMagick-${{ matrix.imagemagick }}
|
key: ${{ runner.os }}-ImageMagick-${{ matrix.imagemagick }}-${{ hashFiles('**/composer.json') }}
|
||||||
|
restore-keys: ${{ runner.os }}-ImageMagick-${{ matrix.imagemagick }}-
|
||||||
|
|
||||||
- name: Install ImageMagick
|
- name: Install ImageMagick
|
||||||
if: steps.cache-imagemagick.outputs.cache-hit != 'true'
|
if: steps.cache-imagemagick.outputs.cache-hit != 'true'
|
||||||
|
Reference in New Issue
Block a user