Josh Knapp e3c874bc75
Some checks failed
Build App / build-macos (push) Successful in 2m22s
Build App / build-windows (push) Successful in 4m1s
Build App / build-linux (push) Failing after 1m30s
Fix cargo PATH: use explicit export in every step that needs it
The Gitea Act runner's Docker container does not reliably support
$GITHUB_PATH or sourcing ~/.cargo/env across steps. Both mechanisms
failed because the runner spawns a fresh shell for each step.

Adopted the same pattern that already works for the Windows job:
explicitly set PATH at the top of every step that calls cargo or
npx tauri. This is the most portable approach across all runner
environments (Act Docker containers, bare metal macOS, Windows).

Build history shows Linux succeeded through run#46 (JS-based
actions) and failed from run#49 onward (shell-based installs).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 17:36:02 -08:00
2026-02-27 09:40:19 -08:00
2026-02-27 07:00:48 -08:00
Description
No description provided
MIT 1.6 MiB
2026-03-06 16:43:28 +00:00
Languages
TypeScript 50%
Rust 39.3%
Shell 8.3%
Dockerfile 1.8%
CSS 0.3%
Other 0.2%