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 b52bc56 commit fa7187dCopy full SHA for fa7187d
1 file 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
0 commit comments