From d54d2cccbfb5fc4823b0d74fbfaaa9f569444438 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Sun, 15 Mar 2026 02:38:16 -0300 Subject: [PATCH] add sccache prefix --- .github/workflows/desktop-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index b416950e1..269196817 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -349,8 +349,8 @@ jobs: - name: Setup ${{ matrix.ccache_variant }} uses: hendrikmuhs/ccache-action@v1.2.20 with: - key: ${{ matrix.runner }}-${{ matrix.soc || 'Windows' }}-${{ matrix.type }}-master - restore-keys: ${{ matrix.runner }}-${{ matrix.soc || 'Windows' }}-${{ matrix.type }}-master- + key: ${{ matrix.ccache_variant}}-${{ matrix.runner }}-${{ matrix.soc || 'Windows' }}-${{ matrix.type }}-master + restore-keys: ${{ matrix.ccache_variant}}-${{ matrix.runner }}-${{ matrix.soc || 'Windows' }}-${{ matrix.type }}-master- max-size: 500M variant: ${{ matrix.ccache_variant }} save: false