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
I've noticed an issue, where if the compilation step fails for any reason, the cache is still created.
Since created caches are not overwritten, partial builds are written and can not be overwritten.
I can use some combination of append-timestamp and restore-keys but this feels awkward and brittle.
Is there a way to signal ccache-action to only save if an env variable is set or something similar?
The text was updated successfully, but these errors were encountered:
I've noticed an issue, where if the compilation step fails for any reason, the cache is still created.
Since created caches are not overwritten, partial builds are written and can not be overwritten.
I can use some combination of
append-timestamp
andrestore-keys
but this feels awkward and brittle.Is there a way to signal ccache-action to only save if an env variable is set or something similar?
The text was updated successfully, but these errors were encountered: