Skip to content

Commit

Permalink
Remove tool cache on the GitHub actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Oct 18, 2024
1 parent c8eb603 commit 85936e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare-gradle-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85936e7

Please sign in to comment.