@@ -48,17 +48,18 @@ 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- | `cache-workspaces` | Propagates the value to [`Swatinem/rust-cache`] | |
58- | `cache-on-failure` | Propagates the value to [`Swatinem/rust-cache`] | true |
59- | `cache-key` | Propagates the value to [`Swatinem/rust-cache`] as `key` | |
60- | `matcher` | Enable problem matcher to surface build messages and formatting issues | true |
61- | `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-directories` | Propagates the value to [`Swatinem/rust-cache`] | |
58+ | `cache-workspaces` | Propagates the value to [`Swatinem/rust-cache`] | |
59+ | `cache-on-failure` | Propagates the value to [`Swatinem/rust-cache`] | true |
60+ | `cache-key` | Propagates the value to [`Swatinem/rust-cache`] as `key` | |
61+ | `matcher` | Enable problem matcher to surface build messages and formatting issues | true |
62+ | `rustflags` | Set the value of `RUSTFLAGS` (set to empty string to avoid overwriting existing flags) | "-D warnings" |
6263
6364[`Swatinem/rust-cache`] : https://github.com/Swatinem/rust-cache
6465
0 commit comments