Install and Setup sccache
Version updated for https://github.com/f3d-app/sccache-setup-action to version v2.0.
- This action is used across all versions by 4 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The sccache-setup-action GitHub Action automates the installation, configuration, and setup of the sccache build caching tool to accelerate build processes. It simplifies the management of sccache by installing it (if needed), restoring cached build artifacts, and configuring the sccache server for use in workflows. This action helps reduce build times by reusing previously compiled outputs, making it particularly useful for large or repetitive builds.
What’s Changed
What’s Changed
- Update cache action to v5 by @mwestphal in https://github.com/f3d-app/sccache-setup-action/pull/8
Full Changelog: https://github.com/f3d-app/sccache-setup-action/compare/v1.0...v2.0