mindsnacks/Ccache for gh actions

A GitHub Action that speeds up compiling for C/C++ projects using ccache.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
keyAn additional key for the cacheno
restore-keysAn ordered list of keys to use for restoring the cache if no cache hit occurred for keyno
restoreFlag for if you should restore cache or not, useful for generating clean cache.notrue
max-sizeMax size of the cache500M
verboseVerbosity level: 0 (default), 1 or 2. Ignore for sccache.0
variantCcache variant to use. Either "ccache" (the default) or "sccache" (see https://github.com/mozilla/sccache)ccache
saveIf 'false', do not save the cache, only restore.true
append-timestampAppend a timestamp to the cache key (default: true)notrue
create-symlinkIf set to 'true', create symlinks for ccache in /usr/local/bin to override default toolchainsnofalse

no outputs