mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-07-12 08:13:03 +00:00
Switch default of cache-on-failure
to true
This commit is contained in:
parent
74e1b40e68
commit
1734e14b0b
2 changed files with 6 additions and 4 deletions
|
@ -30,7 +30,7 @@ inputs:
|
|||
required: false
|
||||
cache-on-failure:
|
||||
description: "Also cache on workflow failures"
|
||||
default: "false"
|
||||
default: "true"
|
||||
required: false
|
||||
matcher:
|
||||
description: "Enable the Rust problem matcher"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue