From be452bc59eb5cdd15a318f726de9ee3972b2c1c5 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Wed, 25 Mar 2026 10:39:38 +0100 Subject: [PATCH] use inkscape? --- .github/workflows/tmp.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tmp.yml b/.github/workflows/tmp.yml index ac81f5e..c35ca00 100644 --- a/.github/workflows/tmp.yml +++ b/.github/workflows/tmp.yml @@ -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