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 0 additions and 8 deletions

View File

@@ -7,10 +7,6 @@ on:
branches: ["main"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
nix:
strategy:

View File

@@ -9,10 +9,6 @@ on:
env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
fmt:
name: Formatting