We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf8812 commit 3620be4Copy full SHA for 3620be4
1 file changed
.github/workflows/scripts/android/android-emulator-tests.sh
@@ -43,7 +43,8 @@ command -v curl >/dev/null || install_package curl
43
log "Installing Java"
44
# Java packages are named different things on different distributions
45
install_package java-17-openjdk-devel || install_package openjdk-17-jdk || install_package java-openjdk17 || install_package java-17-amazon-corretto
46
-log "JAVA_HOME: ${JAVA_HOME}"
+log "JAVA_HOME: ${JAVA_HOME}" || true
47
+which java || true
48
49
# TODO: java-17-amazon-corretto does not add to JAVA_HOME
50
log "Checking: /usr/lib/jvm/"
0 commit comments