Github build cache
Closed this issue · 1 comments
Napolitain commented
Describe the bug
Since the build is extremely long, github action should use perfectly github's cache for faster builds.
To Reproduce
Steps to reproduce the behavior:
- cmake run
Expected behavior
Fast incremental builds
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- Github runner
lab34 commented
currently trying to implement this: https://cristianadam.eu/20200113/speeding-up-c-plus-plus-github-actions-using-ccache/