We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31864bd commit 0a13efcCopy full SHA for 0a13efc
2 files changed
.github/workflows/build.yml
@@ -354,7 +354,7 @@ jobs:
354
with:
355
persist-credentials: false
356
- name: Build and test
357
- run: python3 Platforms/Android ci --fast-ci ${{ matrix.arch }}-linux-android
+ run: JAVA_HOME="${JAVA_HOME_21_X64:-$JAVA_HOME_21_arm64}" python3 Platforms/Android ci --fast-ci ${{ matrix.arch }}-linux-android
358
359
build-ios:
360
name: iOS
Platforms/Android/README.md
@@ -30,7 +30,8 @@ any packages it needs.
30
The script also requires the following commands to be on the `PATH`:
31
32
* `curl`
33
-* `java` (or set the `JAVA_HOME` environment variable)
+* `java` (or set the `JAVA_HOME` environment variable).
34
+ Java versions 17 and 21 are supported.
35
36
## Building
37
0 commit comments