Skip to content

Commit 724d036

Browse files
Merge pull request #2314 from CatimaLoyalty/fix/imagemagick
Fix feature graphic generation
2 parents d542be3 + a70e4aa commit 724d036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-feature-graphic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install requirements
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install optipng mat2
32+
sudo apt-get install imagemagick mat2 optipng
3333
# Install 200 weight versions of relevant Noto (to use for languages not supported by Lexend Deca)
3434
sudo apt-get install fonts-noto-extra fonts-noto-cjk-extra
3535
# Custom fonts

0 commit comments

Comments
 (0)