serai/.github/actions/cached-rust
Luke Parker 95aa1ab827
Lock the cache to a specific rustc + dependencies
Apparently, GitHub doesn't write back to the cache, leading to massive 
build times a few moments after its initialization (when a change 
happens invalidating it). While this forces a new cache whenever 
dependencies change, it'll restore from an older set of dependencies in 
that case, still minimizing build times.
2022-09-29 10:34:20 -04:00
..
action.yml Lock the cache to a specific rustc + dependencies 2022-09-29 10:34:20 -04:00