setup-rust-action
setup-rust-action copied to clipboard
Set up a specific Rust toolchain in your GitHub workflows
``` Run hecrj/setup-rust-action@v1 /home/runner/.cargo/bin/rustup self update info: checking for self-updates rustup unchanged - 1.25.1 warning: tool `rustfmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have...
Hello, I tried using this action to build on a self-hosted windows runner: even if rustup was installed, the runner couldn't function properly and ended with this error: ``` ##[debug]Evaluating...
Right now the annotation just says "Diff in /path/to/file.rs" without any context, and additionally it's several lines off because rustfmt outputs a couple of context lines above the change and...
This could be user error, however, when I run this action on a self-hosted ubuntu-lts (24.04) runner, I get the following error: ``` Run hecrj/setup-rust-action@v2 Run "${GITHUB_ACTION_PATH%/}/setup.sh" info: downloading installer...