Commit Graph
2 Commits
Author SHA1 Message Date
Mikhail Zabaluev f478dc2492 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.
2020-06-18 04:13:35 +03:00
Mikhail Zabaluev 5e5fbe724b examples: Reuse cargo registry cache across OSes
The registry filesystem format and the git repositories work
across platforms, no need to maintain runner-specific
caches for these.
2020-06-18 04:13:35 +03:00