From 48b6e1590c887ba487f303f5a756b10c378fcf3a Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Sun, 11 May 2025 11:48:58 +0200 Subject: [PATCH] increase cache size for ccache on linux ci (#5935) --- .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 bd7fd37e2..7fb403549 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -133,7 +133,7 @@ jobs: CACHE: /tmp/${{matrix.distro}}${{matrix.version}}-cache # ${{runner.temp}} does not work? # 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: 200M + CCACHE_SIZE: 500M steps: - name: Checkout