How does cache work? #129
Replies: 2 comments
-
The problem is that I can't use a cache-key more than 2 times, I think. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It can be solved via using custom cache (github-actions cache) or upload,download-artifact. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I divided the building into 3 parts. Each part should start considering the previous cache, but this does not always (?) work. So what should I do? I need 1 part -> cache of 1 part + 2 part -> cache of 1,2 parts + 3 part.
Beta Was this translation helpful? Give feedback.
All reactions