doubleo7/.forgejo/workflows
Austin Schaefer 26e9624c23
Some checks failed
CI / test (push) Has been cancelled
CI / test (pull_request) Has been cancelled
Fix CI: use the rust-ci runner instead of overriding the docker-labeled runner's container
The docker-labeled runner's image is node:20-bookworm, needed for the
checkout/cache actions (both Node-based). Overriding it with
container: rust:1-bookworm dropped Node from the image entirely, so
checkout failed with "node: executable file not found in $PATH". The
rust-ci label (see sporah's workflow) points at a custom image with
both Rust and Node preinstalled, avoiding the conflict.
2026-08-18 13:54:09 +02:00
..
ci.yml Fix CI: use the rust-ci runner instead of overriding the docker-labeled runner's container 2026-08-18 13:54:09 +02:00