Skip to content

Commit

Permalink
Add gu (graalvm utilities installer) directory to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Mar 22, 2021
1 parent 032b1d2 commit 8fab971
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,9 +173,10 @@ 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
gu install native-image
unset _JAVA_OPTIONS
echo Path settings: $PATH
which native-image
which java
java -version
Expand Down

0 comments on commit 8fab971

Please sign in to comment.