Open dabrahams opened 9 months ago
Presumably(?) that's because the cache is being saved. But if there were no misses, there's nothing new to save, so it might be better to just skip it.
The slowdown is probably the same issue as detailed here: https://github.com/hendrikmuhs/ccache-action/issues/178#issuecomment-1913376963.
Presumably(?) that's because the cache is being saved. But if there were no misses, there's nothing new to save, so it might be better to just skip it.