Skip to content

Commit 85936e7

Browse files
committed
Remove tool cache on the GitHub actions runner
See gh-42776
1 parent c8eb603 commit 85936e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/prepare-gradle-build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runs:
3131
if: ${{ runner.os == 'Linux' }}
3232
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
3333
with:
34+
tool-cache: true
3435
docker-images: false
3536
- name: Set Up Java
3637
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)