3
0
Fork 0
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:
Benjy Weinberger 2024-12-08 15:08:00 -08:00
commit 9f195d91fe
8 changed files with 56365 additions and 78128 deletions

View file

@ -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."