use inkscape?

This commit is contained in:
Ferdinand Schober
2026-03-25 10:39:38 +01:00
parent 68c2efc3ec
commit be452bc59e

View File

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