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

GitHub action for rebuilding cache #161

Open
CarloLucibello opened this issue Jan 18, 2023 · 1 comment
Open

GitHub action for rebuilding cache #161

CarloLucibello opened this issue Jan 18, 2023 · 1 comment

Comments

@CarloLucibello
Copy link
Contributor

Rebuilding the cache is more painful than needed, especially for new contributors, see e.g. JuliaGraphs/GraphNeuralNetworks.jl#253
First of all, you have to know you have to rebuild the cache, then you have to install the exact julia version used for the cache (also the patch number matters) and finally do the rebuild.

I was wondering if there is some way to configure a github action to do the whole thing, i.e. check for changes in the cache and do the rebuild only if there are any.

@rikhuijzer
Copy link
Owner

It's a bit unclear what exactly is the issue here. Do I understand correctly that a GitHub Actions Cache support is requested?

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

2 participants