Skip to content

Commit 01dc102

Browse files
committed
wip
1 parent 61040bb commit 01dc102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-phpunit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Check ImageMagick AVIF support
171171
if: ${{ contains(inputs.extra-extensions, 'imagick') }}
172172
run: |
173-
magick -list delegate | grep -i "heic\|avif" || echo "No HEIC/AVIF delegate found"
173+
convert -list delegate | grep -i "heic\|avif" || echo "No HEIC/AVIF delegate found"
174174
apt-cache show imagemagick | grep -i "version"
175175
176176
- name: Checkout base branch for PR

0 commit comments

Comments
 (0)