We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61040bb commit 01dc102Copy full SHA for 01dc102
1 file changed
.github/workflows/reusable-phpunit-test.yml
@@ -170,7 +170,7 @@ jobs:
170
- name: Check ImageMagick AVIF support
171
if: ${{ contains(inputs.extra-extensions, 'imagick') }}
172
run: |
173
- magick -list delegate | grep -i "heic\|avif" || echo "No HEIC/AVIF delegate found"
+ convert -list delegate | grep -i "heic\|avif" || echo "No HEIC/AVIF delegate found"
174
apt-cache show imagemagick | grep -i "version"
175
176
- name: Checkout base branch for PR
0 commit comments