Skip to content

Commit

Permalink
clean space part of release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MalarsriA committed Nov 21, 2024
1 parent e5d2759 commit d965c40
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ jobs:
distribution: zulu
java-version: 17

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: false

# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down

0 comments on commit d965c40

Please sign in to comment.