Releases: hendrikmuhs/ccache-action
Releases · hendrikmuhs/ccache-action
v1.2.4
BROKEN: contains a wrong checksum for ccache for windows
update ccache for windows to 4.7.2
v1.2.3
update dependencies, ccache and sccache on windows
v1.2.2 Dependency Updates
- Don't fail the entire CI run just because of cache saving error
- dependency updates
1.2.1 Fix save on Windows
fixes cache saving on Windows and other fixes
1.2.0 Windows support an other enhancements
- add Sccache support
- add restore-keys
- don't save empty cache
contributed by @jonashaag
1.1.1 ccache 4.6 windows
v1.1.1 update code
v1.1.0: Windows support and other enhancements
- add Sccache support
- add restore-keys
- don't save empty cache
kudows to @jonashaag
(Pre-release: testing out the new functionality, this will become v1.2.0)
v1.0.5 update dependencies
recompile after dependency updates
v1.0.4: Always save ccache, even on build failure (#4)
always store the cache
v1.0.3
make cache size configurable, don't call apt-get update