Files
isspam/.gitea/workflows
12bitfloat 7e0bb8ea88 fix: source cargo environment before build steps in gitea workflow
The CI workflow was failing because the Rust toolchain installed via rustup
was not available in subsequent steps. Adding `. "$HOME/.cargo/env"` ensures
the cargo and rustc binaries are on PATH before the build commands execute.
2025-10-06 22:18:30 +00:00
..