Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit b68b2d0

Browse files
authored
Update android.yml
1 parent 568d01d commit b68b2d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
uses: actions/setup-java@v2
1818
with:
1919
java-version: '17'
20+
java-package: jdk
21+
distribution: 'adoptopenjdk' # 指定 JDK 发行版
22+
architecture: x64
23+
check-latest: false
2024

2125
- name: Set up Gradle
2226
uses: gradle/gradle-build-action@v2

0 commit comments

Comments
 (0)