Skip to content

Commit 61040bb

Browse files
committed
wip
1 parent 9a16b21 commit 61040bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ jobs:
167167
sudo apt-get update
168168
sudo apt-get install -y imagemagick libmagickwand-dev ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64 libheif-dev
169169
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"
174+
apt-cache show imagemagick | grep -i "version"
175+
170176
- name: Checkout base branch for PR
171177
if: github.event_name == 'pull_request'
172178
uses: actions/checkout@v6

0 commit comments

Comments
 (0)