-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Configurable cache action #54
Comments
Unfortunately, it's not as straightforward as just replacing the You can try forking the action and replacing |
@p0deje I think https://github.com/actions/cache/releases/tag/v4.2.0 actually solves the problem. I think with this, I'll be able to make the cache backend configurable. |
I guess its already actually in 4.0.0? https://www.npmjs.com/package/@actions/cache |
@aaomidi How would you make the cache backend configurable? I don't see any API in https://www.npmjs.com/package/@actions/cache package. |
GitHub's cache is great if you're using GitHub hosted runners, but the cache heavily drops off in performance when you're using something else.
There are other cache providers that are fully compatible with
actions/cache
, but semantically work differently. For example: https://github.com/runs-on/cacheWould it be possible to support these caches? I think two flags would make sense:
with
blockThe text was updated successfully, but these errors were encountered: