Skip to content

Commit

Permalink
chore: attempt to fix ci java home
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Jun 26, 2024
1 parent 414f82c commit 9a942a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a942a9

Please sign in to comment.