1
0
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:
Sergey Kudashev
2022-03-26 11:44:31 +03:00
parent e2107fa351
commit 64183b8379

View File

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