From 1434dc8dce870b9fdab4fccd308e023659533756 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 25 May 2025 10:48:34 +0200 Subject: [PATCH] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 36d7dfa57..560ec8dd9 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -125,11 +125,11 @@ jobs: continue-on-error: ${{matrix.allow-failure == 'yes'}} env: NAME: ${{matrix.distro}}${{matrix.version}} - CACHE: ${{github.workspace}}/.ccache/${{matrix.distro}}${{matrix.version}} - CCACHE_COMPILERCHECK: content + CACHE: ${{github.workspace}}/.cache/${{matrix.distro}}${{matrix.version}} # directory for caching docker image and ccache # 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: @@ -237,8 +237,8 @@ jobs: continue-on-error: ${{matrix.allow-failure == 'yes'}} env: CCACHE_DIR: ${{github.workspace}}/.ccache/${{matrix.os}}-${{matrix.type}} - CCACHE_COMPILERCHECK: content CCACHE_SIZE: 500M + CCACHE_COMPILERCHECK: content DEVELOPER_DIR: /Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer CMAKE_GENERATOR: 'Ninja'