Leafwing-Studios / cargo-cache

Cache your Cargo build files
Apache License 2.0
8 stars 2 forks source link

Restore registry cache for faster `cargo update` #6

Closed TimJentzsch closed 1 year ago

TimJentzsch commented 1 year ago

This is an attempt to further speed up the CI times. We now restore a cache from previous runs before running cargo update, which should (in theory) reduce the time to run the command, because the registry is already downloaded.

We'll have to see if this actually makes things faster.

TimJentzsch commented 1 year ago

Hmm, I don't think this gives a noticeable improvement.