Skip to content

Commit

Permalink
enable gradle cache & free runner disk space first in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
zjjfly committed Jan 8, 2025
1 parent c52a68b commit a6d9a98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
changelog: ${{ steps.properties.outputs.changelog }}
pluginVerifierHomeDir: ${{ steps.properties.outputs.pluginVerifierHomeDir }}
steps:
-
# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false

# Check out the current repository
- name: Fetch Sources
Expand All @@ -50,6 +57,7 @@ jobs:
with:
distribution: zulu
java-version: 17
cache: gradle

# Setup Gradle
- name: Setup Gradle
Expand Down

0 comments on commit a6d9a98

Please sign in to comment.