From d869598aaa2bb8567250a1d7c9b1d1cbbdb3ad33 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 14 Mar 2026 12:27:03 +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 67340529b..4245b95e5 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -325,7 +325,7 @@ jobs: # Cache size over the entire repo is 10Gi: # https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy CCACHE_SIZE: 500M - SCCACHE_GHA_ENABLED: "true" + SCCACHE_GHA_ENABLED: true steps: - name: Checkout