We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97db979 commit 7436faaCopy full SHA for 7436faa
action.yml
@@ -38,6 +38,10 @@ inputs:
38
cache-key:
39
description: "An additional cache key that is added alongside the automatic `job`-based cache key and can be used to further differentiate jobs."
40
required: false
41
+ cache-bin:
42
+ description: "Determines whether to cache ${CARGO_HOME}/bin."
43
+ required: false
44
+ default: "true"
45
matcher:
46
description: "Enable the Rust problem matcher"
47
@@ -199,4 +203,5 @@ runs:
199
203
workspaces: ${{inputs.cache-workspaces}}
200
204
cache-directories: ${{inputs.cache-directories}}
201
205
cache-on-failure: ${{inputs.cache-on-failure}}
206
+ cache-bin: ${{inputs.cache-bin}}
202
207
key: ${{inputs.cache-key}}
0 commit comments