mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-07-05 04:51:11 +00:00
feat: adds cache-on-failure propagation
This commit is contained in:
parent
b113a30d27
commit
d60b90debe
2 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,7 @@ Afterward, the `components` and `target` specified via inputs are installed in a
|
|||
| `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` | |
|
||||
| `cache` | Automatically configure Rust cache (using `Swatinem/rust-cache`) | true |
|
||||
| `cache-workspaces` | Propagates the value to `Swatinem/rust-cache` | |
|
||||
| `cache-on-failure` | Propagates the value to `Swatinem/rust-cache` | |
|
||||
| `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" |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue