Browse Source

Remove tool cache on the GitHub actions runner

See gh-42776
pull/42868/head
Moritz Halbritter 1 year ago
parent
commit
85936e7c2a
  1. 1
      .github/actions/prepare-gradle-build/action.yml

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

@ -31,6 +31,7 @@ runs: @@ -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

Loading…
Cancel
Save