From be27242d1eb441abf4b60196e0f2b04fac278e60 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Apr 2026 17:46:38 +0200 Subject: [PATCH] remove leftover --- .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 68bb0935c..07ac1419d 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -456,7 +456,7 @@ jobs: continue-on-error: true env: GH_TOKEN: ${{ github.token }} - run: gh cache delete --repo ${{ github.repository }} ${{ steps.ccache_restore.outputs.cache-primary-key }} || true + run: gh cache delete --repo ${{ github.repository }} ${{ steps.ccache_restore.outputs.cache-primary-key }} - name: Save updated compiler cache (ccache) if: github.ref == 'refs/heads/master' && matrix.use_ccache == 1