Skip to content

Commit

Permalink
Find in /c in Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Mar 22, 2021
1 parent a7e714e commit 3246c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
export GRAALVM_HOME=$HOME/.sdkman/candidates/java/21.0.0.2.r11-grl
gu install native-image
unset _JAVA_OPTIONS
find / -type f -name native-image.exe
find /c -type f -name native-image.exe
which native-image
which java
java -version
Expand Down

0 comments on commit 3246c50

Please sign in to comment.