Skip to content

Commit ec2ae38

Browse files
committed
Hack Android job
1 parent a07822e commit ec2ae38

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -353,14 +353,10 @@ jobs:
353353
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
354354
with:
355355
persist-credentials: false
356+
- name: Dump environment
357+
run: env
356358
- name: Build and test
357-
env:
358-
# 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
359+
run: JAVA_HOME="${JAVA_HOME_17_X64:-$JAVA_HOME_17_arm64}" python3 Platforms/Android ci --fast-ci ${{ matrix.arch }}-linux-android
364360

365361
build-ios:
366362
name: iOS

0 commit comments

Comments
 (0)