From 9a942a9ac53bd1188ab7eceacdf563f1ca1b5951 Mon Sep 17 00:00:00 2001 From: Tglman Date: Wed, 26 Jun 2024 13:41:36 +0200 Subject: [PATCH] chore: attempt to fix ci java home --- .github/action/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/action/entrypoint.sh b/.github/action/entrypoint.sh index 9ff26bd7ac..f0d3e4d16a 100755 --- a/.github/action/entrypoint.sh +++ b/.github/action/entrypoint.sh @@ -83,7 +83,7 @@ main() { mv orientdb-book/ ../public/docs/3.2.x/ cd ../ - export JAVA_HOME=/usr/lib/jvm/default-java/ + export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/ mkdir -p public/javadocs/ git clone https://github.com/orientechnologies/orientdb.git orientdb