mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-07-05 04:51:11 +00:00
feat: add shared-cache-key to inputs
This commit is contained in:
parent
97db979bf8
commit
f8efd60d2d
2 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,7 @@ Afterward, the `components` and `target` specified via inputs are installed in a
|
|||
| `cache-workspaces` | Propagates the value to [`Swatinem/rust-cache`] | |
|
||||
| `cache-on-failure` | Propagates the value to [`Swatinem/rust-cache`] | true |
|
||||
| `cache-key` | Propagates the value to [`Swatinem/rust-cache`] as `key` | |
|
||||
| `shared-cache-key` | Propagates the value to [`Swatinem/rust-cache`] as `shared-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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue