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

Add caching for GitHub Actions #5

Open
orhun opened this issue Jul 31, 2023 · 2 comments
Open

Add caching for GitHub Actions #5

orhun opened this issue Jul 31, 2023 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@orhun
Copy link
Owner

orhun commented Jul 31, 2023

Right now the servers are being built for each workflow run which takes time. It would be nice to e.g. cache target folder for Rust and zig-cache for the Zig server.

@orhun orhun added help wanted Extra attention is needed good first issue Good for newcomers labels Jul 31, 2023
@kassane
Copy link
Contributor

kassane commented Jul 31, 2023

Maybe help:
https://github.com/Hanaasagi/zig-action-cache

@orhun
Copy link
Owner Author

orhun commented Aug 1, 2023

I was thinking of using actions/cache to specify the directories to cache and restore them somehow. However, I haven't got around to look into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants