mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
I want to be able to write build rules in Rust that may be invoked from outside of a container build, but in the default GHA runners Rust is installed via `rustup` which lives just in the `runner` user's homedir. When using `sudo` it resets `$PATH` so we lose access to it. Fix this by passing `$PATH` in. Assisted-by: OpenCode (claude-sonnet-4-20250514) Signed-off-by: Colin Walters <walters@verbum.org>