use imagemagick-full

This commit is contained in:
Ferdinand Schober
2026-03-25 10:30:06 +01:00
parent b0e580627a
commit 68c2efc3ec

View File

@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: brew install gtk4 libadwaita imagemagick librsvg
run: brew install gtk4 libadwaita imagemagick-full
- name: Make icns
run: scripts/makeicns.sh
@@ -21,6 +21,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: brew install gtk4 libadwaita imagemagick librsvg
run: brew install gtk4 libadwaita imagemagick-full
- name: Make icns
run: scripts/makeicns.sh