Skip to content

Commit

Permalink
修正 Actions 工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Aug 9, 2024
1 parent 454eda6 commit c2fe86a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java_version }}
distribution: microsoft
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Prepare Gradle wrapper
run: chmod +x ./gradlew
- name: Build
Expand Down

0 comments on commit c2fe86a

Please sign in to comment.