Skip to content

Commit

Permalink
Print native-image path during build
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Mar 16, 2021
1 parent a83ba14 commit 237db95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
sdk use java 21.0.0.2.r11-grl
gu install native-image
unset _JAVA_OPTIONS
echo Path settings: $PATH
which native-image
which java
java -version
rm -rf .cache
- name: Gradle build
Expand Down

0 comments on commit 237db95

Please sign in to comment.