Setup ccache action
Version updated for https://github.com/Chocobo1/setup-ccache-action to version v1.5.4.
- This action is used across all versions by 591 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, setup-ccache-action, automates the configuration of ccache in CI workflows to optimize C/C++ build processes by caching compilation results, significantly reducing build times. It handles tasks like installing ccache, updating package manager indexes, and configuring environment settings, enabling seamless integration with various build systems and platforms. This action is particularly useful for developers looking to enhance build performance and streamline continuous integration pipelines.
Release notes
- Bump dependencies to latest