We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dc102 commit 1d9fa77Copy full SHA for 1d9fa77
1 file changed
.github/workflows/reusable-phpunit-test.yml
@@ -172,6 +172,7 @@ jobs:
172
run: |
173
convert -list delegate | grep -i "heic\|avif" || echo "No HEIC/AVIF delegate found"
174
apt-cache show imagemagick | grep -i "version"
175
+ apt-cache search "magickcore.*extra"
176
177
- name: Checkout base branch for PR
178
if: github.event_name == 'pull_request'
0 commit comments