Skip to content

Commit

Permalink
Explicitly set GRAALVM_HOME in Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Mar 22, 2021
1 parent 8fab971 commit f096378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ jobs:
sdk install java 15.0.2-open || true
sdk install java 21.0.0.2.r11-grl || true
sdk use java 21.0.0.2.r11-grl
export PATH=$HOME/.sdkman/candidates/java/current/lib/installer/bin:$PATH
echo Path settings: $PATH
export PATH=$HOME/.sdkman/candidates/java/current/lib/installer/bin:$PATH
export GRAALVM_HOME=$HOME/.sdkman/candidates/java/21.0.0.2.r11-grl
gu install native-image
unset _JAVA_OPTIONS
which native-image
Expand Down

0 comments on commit f096378

Please sign in to comment.