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'