Install ImageMagick in all CI builds

This commit is contained in:
2026-03-27 17:36:54 -06:00
parent 39f5dabf24
commit 3ad7dbd008
4 changed files with 9 additions and 2 deletions

View File

@@ -41,7 +41,8 @@ jobs:
perl \
python \
python-cffi \
pciutils
pciutils \
imagemagick
- name: Checkout repository
uses: actions/checkout@v5