Skip to content

Commit 5e77e9c

Browse files
committed
升级java17
1 parent 8cac6af commit 5e77e9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/libxp2p_android_combine.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ jobs:
2121
uses: actions/checkout@v2
2222
with:
2323
fetch-depth: 0
24+
- name: Set up JDK 17
25+
uses: actions/setup-java@v3
26+
with:
27+
distribution: 'temurin'
28+
java-version: '17'
2429

30+
- name: Verify Java version
31+
run: java -version
2532
- name: Setup cmake
2633
uses: jwlawson/[email protected]
2734
with:

0 commit comments

Comments
 (0)