@@ -48,14 +48,15 @@ If no `toolchain` value or toolchain file is present, it will default to `stable
4848First, all items specified in the toolchain file are installed.
4949Afterward, the `components` and `target` specified via inputs are installed in addition to the items from the toolchain file.
5050
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" |
5960
6061# ## RUSTFLAGS
6162
0 commit comments