Skip to content

Commit

Permalink
fix build action script
Browse files Browse the repository at this point in the history
  • Loading branch information
zjjfly committed Jan 8, 2025
1 parent a6d9a98 commit 00c9ddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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
Expand Down Expand Up @@ -118,6 +118,7 @@ jobs:
with:
distribution: zulu
java-version: 17
cache: gradle

# Setup Gradle
- name: Setup Gradle
Expand Down

0 comments on commit 00c9ddc

Please sign in to comment.