mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
The mtime is volatile in macOS jobs, causing cache misses. As compiler binary is the same, use compiler's binary hash instead of its mtime. See https://github.com/hendrikmuhs/ccache-action/issues/146 When upstream action is updated, this can be adapted