revert to mtime

This commit is contained in:
tooomm 2025-06-02 23:40:31 +02:00 committed by GitHub
parent fb3390d2df
commit ae0e78229f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,7 +129,6 @@ jobs:
# Cache size over the entire repo is 10Gi:
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy
CCACHE_SIZE: 500M
CCACHE_COMPILERCHECK: content
CMAKE_GENERATOR: 'Ninja'
steps:
@ -238,7 +237,6 @@ jobs:
env:
CCACHE_DIR: ${{github.workspace}}/.ccache/${{matrix.os}}-${{matrix.type}}
CCACHE_SIZE: 500M
CCACHE_COMPILERCHECK: content
DEVELOPER_DIR:
/Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
CMAKE_GENERATOR: 'Ninja'