From ab39f5cb1b4b6a2de291fd351ff07f2414ff8e08 Mon Sep 17 00:00:00 2001 From: Max Weber Date: Tue, 25 Aug 2026 12:30:38 -0600 Subject: [PATCH] ci: fix caching --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5038b0c1f..9aac72870 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,9 @@ jobs: - uses: actions/cache/save@v5 if: steps.restore-cache.outputs.cache-hit != 'true' with: - path: ~/.gradle/caches/ + path: | + ~/.gradle/caches/ + api/ key: ${{ steps.restore-cache.outputs.cache-primary-key }} - name: build