3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-23 12:34:00 +00:00

Add support for running inside a Nix shell

This commit is contained in:
marc0246 2025-11-30 15:33:44 +01:00
parent 779680da71
commit a47c521c3c
No known key found for this signature in database
GPG key ID: 7C39D3F6447830F2
8 changed files with 103 additions and 43 deletions

View file

@ -60,6 +60,10 @@ inputs:
description: "Check if a cache entry exists without downloading the cache"
required: false
default: "false"
cmd-format:
description: "A format string used to format commands to be run, i.e. `rustc` and `cargo`."
required: false
default: "{0}"
outputs:
cache-hit:
description: "A boolean value that indicates an exact match was found."