update workflows

This commit is contained in:
Ferdinand Schober
2026-03-25 11:09:37 +01:00
parent be452bc59e
commit 59383bb9c0
3 changed files with 12 additions and 34 deletions

View File

@@ -84,7 +84,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: brew install gtk4 libadwaita imagemagick librsvg
run: |
brew install --cask inkscape
brew install gtk4 libadwaita imagemagick librsvg
- name: Release Build
run: |
cargo build --release
@@ -112,7 +114,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: brew install gtk4 libadwaita imagemagick librsvg
run: |
brew install --cask inkscape
brew install gtk4 libadwaita imagemagick librsvg
- name: Release Build
run: |
cargo build --release