Skip to content

Commit 7436faa

Browse files
committed
fix: add cache-bin input with true as default value
1 parent 97db979 commit 7436faa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ inputs:
3838
cache-key:
3939
description: "An additional cache key that is added alongside the automatic `job`-based cache key and can be used to further differentiate jobs."
4040
required: false
41+
cache-bin:
42+
description: "Determines whether to cache ${CARGO_HOME}/bin."
43+
required: false
44+
default: "true"
4145
matcher:
4246
description: "Enable the Rust problem matcher"
4347
required: false
@@ -199,4 +203,5 @@ runs:
199203
workspaces: ${{inputs.cache-workspaces}}
200204
cache-directories: ${{inputs.cache-directories}}
201205
cache-on-failure: ${{inputs.cache-on-failure}}
206+
cache-bin: ${{inputs.cache-bin}}
202207
key: ${{inputs.cache-key}}

0 commit comments

Comments
 (0)