From fdffc5cf37d881001f1d09c4e311e12eb8cb29d6 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 13 Mar 2026 05:26:33 +0100 Subject: [PATCH] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index c3f287dbe..dd3779e0f 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -449,7 +449,7 @@ jobs: - name: Delete old compiler cache (ccache) env: GH_TOKEN: ${{ github.token }} - if: github.ref == 'refs/heads/master' && steps.ccache_restore.outputs.cache-hit + if: github.ref == 'refs/heads/master' && matrix.use_ccache == 1 && steps.ccache_restore.outputs.cache-hit run: gh cache delete --repo ${{ github.repository }} ${{ steps.ccache_restore.outputs.cache-primary-key }} - name: Save compiler cache (ccache)