Skip to content

Commit 9a16b21

Browse files
committed
wip
1 parent f5bf1a7 commit 9a16b21

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
@@ -165,7 +165,7 @@ jobs:
165165
if: ${{ contains(inputs.extra-extensions, 'imagick') }}
166166
run: |
167167
sudo apt-get update
168-
sudo apt-get install -y imagemagick libmagickwand-dev ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64
168+
sudo apt-get install -y imagemagick libmagickwand-dev ghostscript poppler-data libjbig2dec0:amd64 libopenjp2-7:amd64 libheif-dev
169169
170170
- name: Checkout base branch for PR
171171
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)