3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-20 19:14:47 +00:00
rust-cache/src
Kieron Briggs 11da8522bc
Compare case-insenitively for full cache key match (#303)
Some self-hosted (or otherwise non-github-hosted) runners are
non-case-preserving for cache keys. To support such configurations, set the
`cache-hit` output variable to `true` if the found cache key matches
case-insenitively.

Fixes: https://github.com/Swatinem/rust-cache/issues/302
2026-01-12 16:10:32 +01:00
..
cleanup.ts also cache cargo install metadata 2024-12-29 08:47:45 +01:00
config.ts Consider all installed toolchains in cache key (#293) 2025-12-16 12:30:13 +01:00
restore.ts Compare case-insenitively for full cache key match (#303) 2026-01-12 16:10:32 +01:00
save.ts Add support for running rust-cache commands from within a Nix shell (#290) 2025-12-01 19:56:12 +01:00
utils.ts Add support for running rust-cache commands from within a Nix shell (#290) 2025-12-01 19:56:12 +01:00
workspace.ts Add support for running rust-cache commands from within a Nix shell (#290) 2025-12-01 19:56:12 +01:00