From 8f757e8de2a860aecedb2f6948e3cf0b3af826cc Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 14 Mar 2026 13:16:42 +0100 Subject: [PATCH] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 14ff8a6be..4ac9794da 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -344,6 +344,11 @@ jobs: if: matrix.use_sccache == 1 && matrix.os == 'Windows' uses: mozilla-actions/sccache-action@v0.0.9 + # workaround, see https://github.com/Mozilla-Actions/sccache-action/issues/177 + - name: Ensure sccache is using GHA cache (Windows) + if: matrix.use_sccache == 1 && matrix.os == 'Windows' + run: Add-Content -Path $env:GITHUB_ENV -Value "SCCACHE_GHA_ENABLED=true" + - name: Setup ccache (macOS) if: matrix.use_ccache == 1 && matrix.os == 'macOS' run: brew install ccache