setup-rust-action icon indicating copy to clipboard operation
setup-rust-action copied to clipboard

Set up a specific Rust toolchain in your GitHub workflows

Results 4 setup-rust-action issues
Sort by recently updated
recently updated
newest added

``` 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...