You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
action: cache the compiler cache between invocations
Set up the compiler cache (ccache) and cache it between invocations,
speeding up incremental builds.
Caching of the compiler cache between invocations can be disabled by
setting "enable-ccache: false" when using the action. The ccache is
limited to 512MB by default.
Currently, ccache is only supported on Linux and macOS platforms.
Co-authored-by: Fabio Baltieri <fabiobaltieri@google.com>
Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
0 commit comments