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

Find some way to cache build dependencies in Github Action #23

Open
OrdoFlammae opened this issue Sep 23, 2024 · 0 comments
Open

Find some way to cache build dependencies in Github Action #23

OrdoFlammae opened this issue Sep 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@OrdoFlammae
Copy link
Owner

Most of the time and processing in the automated action is spent in re-downloading the same dependencies every time there is an update. This is absurdly over the top for what is needed for an automatic build, and it would be nice to be able to skip this step in many/all cases. I am currently leaning towards a Docker-based solution, but it is possible that Github Actions' native cache system will work better. More investigation into exactly which system to use is needed.

@OrdoFlammae OrdoFlammae added the enhancement New feature or request label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant