socktop-webterm/.gitea
jasonwitty 1ea8768616
Some checks failed
Build and Deploy to K3s / test (push) Failing after 5s
Build and Deploy to K3s / lint (push) Has been skipped
Build and Deploy to K3s / build-and-push (push) Has been skipped
Build and Deploy to K3s / deploy (push) Has been skipped
fix: replace setup-rust-toolchain action with inline rustup commands
The Swatinem/rust-cache action bundled in actions-rust-lang/setup-rust-toolchain@v1
was updated to require node24, which is not supported by the self-hosted act
runner (v0.2.6). Even with cache:false, act eagerly loads pre-steps for all
nested actions regardless of conditions, and the node24 incompatibility in
the rust-cache pre-step caused the parent step to be marked as failed —
skipping Run tests entirely.

Replace both test and lint toolchain setup steps with direct rustup shell
commands to eliminate the dependency on the composite action entirely.
2026-05-18 16:26:26 -07:00
..
workflows fix: replace setup-rust-toolchain action with inline rustup commands 2026-05-18 16:26:26 -07:00
NETWORK-DIAGRAM.md add network diagram 2025-11-28 11:48:46 -08:00