mirror of
https://github.com/Swatinem/rust-cache
synced 2026-03-04 07:40:24 +00:00
Merge branch 'master' into cache-bin
This commit is contained in:
commit
9f195d91fe
8 changed files with 56365 additions and 78128 deletions
|
|
@ -43,6 +43,10 @@ inputs:
|
|||
cache-bin:
|
||||
description: "A boolean value indicating whether to cache ${CARGO_HOME}/bin (default: true)"
|
||||
required: false
|
||||
lookup-only:
|
||||
description: "Check if a cache entry exists without downloading the cache"
|
||||
required: false
|
||||
default: "false"
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: "A boolean value that indicates an exact match was found."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue