mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-07-04 12:31:11 +00:00
Add an option to disable configuring Rust cache
This commit is contained in:
parent
137d2d5a3a
commit
3ec6dbd408
3 changed files with 10 additions and 0 deletions
|
@ -50,6 +50,7 @@ All input values are ignored if a toolchain file exists.
|
|||
| `toolchain` | Rustup toolchain specifier e.g. `stable`, `nightly`, `1.42.0`. | stable |
|
||||
| `target` | Additional target support to install e.g. `wasm32-unknown-unknown` | |
|
||||
| `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` | |
|
||||
| `cache` | Automatically configure Rust cache (using `Swatinem/rust-cache`) | true |
|
||||
|
||||
## Outputs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue