ci: We also need ghostscript
Some checks failed
Deployment / build (push) Failing after 10s

This commit is contained in:
fleaz 2025-03-16 02:55:26 +01:00
parent 46baa5dd0a
commit 7034c1f5d8

View file

@ -19,9 +19,9 @@ jobs:
- name: Install dependencies
run: |
apt install pkg-config libmagickwand-dev imagemagick gcc libc-dev
apt install pkg-config libmagickwand-dev imagemagick gcc libc-dev ghostscript
- name: Patch ghostsccript thanks to CVE-2018-16509
- name: Patch ghostscript thanks to CVE-2018-16509
run: |
sed -i '$i<policy domain="coder" rights="read | write" pattern="PDF" />' /etc/ImageMagick-6/policy.xml