We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96ccc1 commit 66c6181Copy full SHA for 66c6181
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
cache-name: cache-ImageMagick
44
with:
45
path: ~/im/imagemagick-${{ matrix.imagemagick }}
46
- key: ${{ runner.os }}-ImageMagick-${{ matrix.imagemagick }}
+ key: ${{ runner.os }}-ubuntu22-ImageMagick-${{ matrix.imagemagick }}
47
48
- name: Sanity check package.xml and install ImageMagick
49
run: |
@@ -159,7 +159,7 @@ jobs:
159
160
161
162
163
164
165
0 commit comments