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 a07822e commit ec2ae38Copy full SHA for ec2ae38
1 file changed
.github/workflows/build.yml
@@ -353,14 +353,10 @@ jobs:
353
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
354
with:
355
persist-credentials: false
356
+ - name: Dump environment
357
+ run: env
358
- name: Build and test
- env:
- # Gradle 8 doesn't work on Java 25
359
- # https://github.com/gradle/gradle/issues/35111
360
- # https://github.com/gradle/gradle/issues/35401
361
- JAVA_HOME: $(JAVA_HOME_11_X64)
362
- PATH: $(JAVA_HOME_11_X64)/bin:$(PATH)
363
- run: python3 Platforms/Android ci --fast-ci ${{ matrix.arch }}-linux-android
+ run: JAVA_HOME="${JAVA_HOME_17_X64:-$JAVA_HOME_17_arm64}" python3 Platforms/Android ci --fast-ci ${{ matrix.arch }}-linux-android
364
365
build-ios:
366
name: iOS
0 commit comments