Skip to content

Commit d6ff239

Browse files
committed
Fix imagemagick build
1 parent b0552ba commit d6ff239

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ jobs:
105105

106106
- name: Install latest ImageMagick
107107
run: |
108-
sudo apt-get remove ghostscript
109-
sudo apt-get update
110-
sudo apt-get install -y imagemagick ghostscript-x gsfonts
108+
sudo apt-get install --reinstall libgs9-common fonts-noto-mono libgs9:amd64 libijs-0.35:amd64 fonts-urw-base35 ghostscript poppler-data libjbig2dec0:amd64 gsfonts libopenjp2-7:amd64 fonts-droid-fallback ttf-dejavu-core
109+
sudo apt-get install -y imagemagick
111110
112111
- name: Get composer cache directory
113112
id: composercache

0 commit comments

Comments
 (0)