Skip to content

Commit

Permalink
others(Github): update github's actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed May 4, 2023
1 parent 20c9efa commit 6c49587
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- uses: actions/checkout@v3

# 设置 JDK
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
distribution: 'adopt'
cache: gradle

# 给 gradlew 增加执行权限
Expand Down

0 comments on commit 6c49587

Please sign in to comment.