https://github.com/marketplace/actions/sccache-action
The sccache action can be used in GitHub Actions workflows to integrate sccache into the build process. The sccache action is a step in a workflow that can be used to cache compilation results for subsequent builds, reducing the build time and speeding up the overall development process.
If it works, it'll save build time dramatically, also true for disk spaces.
https://github.com/marketplace/actions/sccache-action
If it works, it'll save build time dramatically, also true for disk spaces.