Drop -clean flag from wails3 build — not supported in v3 alpha
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled

This commit is contained in:
2026-07-13 23:00:45 +02:00
parent 1c3a800506
commit 8f121cfa1e
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- run: go install github.com/wailsapp/wails/v3/cmd/wails3@latest
- run: wails3 build -clean
- run: wails3 build
working-directory: cmd/desktop
env:
CGO_ENABLED: 1