-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Currently a GA workflow defined in rust.yml uses actions/cache.
But there are some problems.
- Cache is not actually used. See this warning message. This means, the cache is not saves because the path is wrong.
- All the caches have the same key. So once a job saves a cache, other jobs fail to save their caches. Restoring a cache by the key will succeed but the contents of the cache might not be what a job want.
- Caches are not updated because the key is constant (
cargo-cache-).
So I think we have a chance to improve cache usage in CI.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
alamb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request