mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +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