est31 / cargo-udeps

Find unused dependencies in Cargo.toml
Other
1.76k stars 46 forks source link

Speedup CI: Use `sccache` for caching #161

Closed NobodyXu closed 1 year ago

NobodyXu commented 1 year ago

Also add cache-cleanup.yml to cleanup caches for PRs that cannot be reused.

Signed-off-by: Jiahao XU Jiahao_XU@outlook.com

NobodyXu commented 1 year ago

This PR doesn't seem to reduce CI time by a lot and the bottleneck is the windows ci, which is very slow anyway.