From ae0e78229f403fe5e1ca8095c00b5bf0c160eb0d Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 2 Jun 2025 23:40:31 +0200 Subject: [PATCH] revert to mtime --- .github/workflows/desktop-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 560ec8dd9..c2340a9f8 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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'