From 1f9037d994c2c3aff921d2716fb9eb53cac8e3e2 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 14 Mar 2026 22:53:32 +0100 Subject: [PATCH] Fix Arch ccache usage --- .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 34899a3ea..616bcbf5e 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -204,7 +204,7 @@ jobs: # Delete used cache to emulate a cache update. See https://github.com/actions/cache/issues/342. - name: Delete old compiler cache (ccache) - if: github.ref == 'refs/heads/master' && steps.ccache_restore.outputs.cache-hit && steps.build.outcome == 'success' + if: github.ref == 'refs/heads/master' && steps.ccache_restore.outputs.cache-hit env: GH_TOKEN: ${{ github.token }} run: gh cache delete --repo ${{ github.repository }} ${{ steps.ccache_restore.outputs.cache-primary-key }}