Skip to content

Commit

Permalink
Don't free disk space on GitHub Actions as it isn't necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 21, 2024
1 parent ef12eff commit 12c9357
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/prepare-gradle-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ inputs:
runs:
using: composite
steps:
- name: Free Disk Space
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
with:
Expand Down

0 comments on commit 12c9357

Please sign in to comment.