From 4639f62a4c3925f3355369a3ebd750091a67edaa Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Thu, 25 Dec 2025 11:35:19 -0300 Subject: [PATCH] readd cache size limit --- .github/workflows/desktop-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index f64c3895f..a26e82ee5 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -344,6 +344,9 @@ jobs: runs-on: ${{matrix.runner}} env: CCACHE_DIR: ${{github.workspace}}/.cache/ + # 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 steps: - name: Checkout