mirror of https://github.com/actions/cache.git
examples: Only cache non-redundant cargo state
As the packed crate sources are stored under ~/.cargo/registry/cache, it's redundant to archive the unpacked sources. The sufficient local state of the git dependencies is in ~/.cargo/git/db. Cargo automatically checks out the source trees if missing.pull/325/head
parent
5e5fbe724b
commit
f478dc2492
Loading…
Reference in New Issue