Add override input parameter that controls the rustup override behavior

This commit is contained in:
Jonas Bushart 2024-09-22 16:04:02 +02:00
parent b31b1317f2
commit 4d1965c914
3 changed files with 11 additions and 1 deletions

View file

@ -60,6 +60,7 @@ Afterward, the `components` and `target` specified via inputs are installed in a
| `cache-key` | Propagates the value to [`Swatinem/rust-cache`] as `key` | |
| `matcher` | Enable problem matcher to surface build messages and formatting issues | true |
| `rustflags` | Set the value of `RUSTFLAGS` (set to empty string to avoid overwriting existing flags) | "-D warnings" |
| `override` | Setup the last installed toolchain as the default via `rustup override` | true |
[`Swatinem/rust-cache`]: https://github.com/Swatinem/rust-cache