Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache checkout + fetch in Rust github actions #30

Open
emostov opened this issue Jun 8, 2022 · 0 comments
Open

Cache checkout + fetch in Rust github actions #30

emostov opened this issue Jun 8, 2022 · 0 comments

Comments

@emostov
Copy link
Contributor

emostov commented Jun 8, 2022

Yup every job runs in its own environment, however there's a ~global cache that every job can read/write. I think we can have the "checkout + fetch" job write to the cache, then let other jobs restore the cache: maybe something like this

Originally posted by @keyz in #23 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant