3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-12-31 09:09:52 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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."