mirror of https://github.com/openclaw/openclaw.git
fix(ci): use JDK 17 for Android SDK setup
This commit is contained in:
parent
ec00efb38d
commit
3daaa19426
|
|
@ -672,7 +672,8 @@ jobs:
|
|||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 21
|
||||
# setup-android's sdkmanager currently crashes on JDK 21 in CI.
|
||||
java-version: 17
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue