mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-07-05 13:01:12 +00:00
Add override input parameter that controls the rustup override
behavior
This commit is contained in:
parent
b31b1317f2
commit
4d1965c914
3 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue