mirror of
https://github.com/Intervention/image.git
synced 2025-09-01 09:52:59 +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
|
||||
with:
|
||||
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
|
||||
if: steps.cache-imagemagick.outputs.cache-hit != 'true'
|
||||
|
Reference in New Issue
Block a user