@@ -48,14 +48,15 @@ If no `toolchain` value or toolchain file is present, it will default to `stable
48
48
First, all items specified in the toolchain file are installed.
49
49
Afterward, the `components` and `target` specified via inputs are installed in addition to the items from the toolchain file.
50
50
51
- | Name | Description | Default |
52
- | ------------ | -------------------------------------------------------------------------------------- | ------------- |
53
- | `toolchain` | Rustup toolchain specifier e.g. `stable`, `nightly`, `1.42.0`. | stable |
54
- | `target` | Additional target support to install e.g. `wasm32-unknown-unknown` | |
55
- | `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` | |
56
- | `cache` | Automatically configure Rust cache (using `Swatinem/rust-cache`) | true |
57
- | `matcher` | Enable problem matcher to surface build messages and formatting issues | true |
58
- | `rustflags` | Set the value of `RUSTFLAGS` (set to empty string to avoid overwriting existing flags) | "-D warnings" |
51
+ | Name | Description | Default |
52
+ |--------------------|----------------------------------------------------------------------------------------|---------------|
53
+ | `toolchain` | Rustup toolchain specifier e.g. `stable`, `nightly`, `1.42.0`. | stable |
54
+ | `target` | Additional target support to install e.g. `wasm32-unknown-unknown` | |
55
+ | `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` | |
56
+ | `cache` | Automatically configure Rust cache (using `Swatinem/rust-cache`) | true |
57
+ | `cache-workspaces` | Propagates the value to `Swatinem/rust-cache` | |
58
+ | `matcher` | Enable problem matcher to surface build messages and formatting issues | true |
59
+ | `rustflags` | Set the value of `RUSTFLAGS` (set to empty string to avoid overwriting existing flags) | "-D warnings" |
59
60
60
61
# ## RUSTFLAGS
61
62
0 commit comments