Add support for running rust-cache commands from within a Nix shell (#290)

This commit is contained in:
marc0246
2025-12-01 19:56:12 +01:00
committed by GitHub
parent 779680da71
commit 151eeee51b
10 changed files with 167 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."