Compare commits

...

6 Commits

Author SHA1 Message Date
Ferdinand Schober
59383bb9c0 update workflows 2026-03-25 11:09:37 +01:00
Ferdinand Schober
be452bc59e use inkscape? 2026-03-25 10:39:38 +01:00
Ferdinand Schober
68c2efc3ec use imagemagick-full 2026-03-25 10:30:22 +01:00
Ferdinand Schober
b0e580627a Merge branch 'main' into fix-ci 2026-03-25 10:04:48 +01:00
Ferdinand Schober
aa0f96c8dc add test workflow 2026-03-25 10:03:20 +01:00
Ferdinand Schober
d87a8cd60f fix icon build 2026-03-24 15:05:33 +01:00
2 changed files with 12 additions and 4 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

View File

@@ -80,7 +80,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
@@ -108,7 +110,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