Skip to content

Commit

Permalink
chore: 🤖 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Oct 14, 2024
1 parent 0a3f252 commit 8f179ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
steps:

- name: DF
run:
df -h

# Check out current repository
- name: Fetch Sources
Expand All @@ -55,6 +52,11 @@ jobs:
distribution: zulu
java-version: 17

- name: Clean
run: |
df -h
sudo rm -rf /tmp/*
# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down

0 comments on commit 8f179ad

Please sign in to comment.