Skip to content

Commit 3fc4c71

Browse files
author
Circulate233
committed
修复自动构建x2
1 parent 9214b89 commit 3fc4c71

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12+
- name: Set up JDK 17
13+
uses: actions/setup-java@v4
14+
with:
15+
distribution: 'zulu'
16+
java-version: '17'
1217
- name: Set up JDK 25
13-
uses: actions/setup-java@v2
18+
uses: actions/setup-java@v4
1419
with:
15-
distribution: 'adopt'
20+
distribution: 'zulu'
1621
java-version: '25'
1722
- name: Grant execute permission for gradlew
1823
run: chmod +x gradlew

0 commit comments

Comments
 (0)