fix: add cache-bin input with true as default value

This commit is contained in:
Enkhjil Enkhbaatar 2025-02-04 15:13:57 +09:00
parent 97db979bf8
commit 30081c4da5
2 changed files with 6 additions and 0 deletions

View file

@ -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` | |
| `cache-bin` | 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" |
| `override` | Setup the last installed toolchain as the default via `rustup override` | true |