fix(ci): use JDK 17 for Android SDK setup
This commit is contained in:
parent
ec00efb38d
commit
3daaa19426
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user