From 85936e7c2a6cb2085571933b99fc13ba86aee2fe Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 18 Oct 2024 11:02:52 +0200 Subject: [PATCH] Remove tool cache on the GitHub actions runner See gh-42776 --- .github/actions/prepare-gradle-build/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/prepare-gradle-build/action.yml b/.github/actions/prepare-gradle-build/action.yml index 11ec94309667..bbb5f13585b8 100644 --- a/.github/actions/prepare-gradle-build/action.yml +++ b/.github/actions/prepare-gradle-build/action.yml @@ -31,6 +31,7 @@ runs: if: ${{ runner.os == 'Linux' }} uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 with: + tool-cache: true docker-images: false - name: Set Up Java uses: actions/setup-java@v4