Skip to content

Commit d9b0cd7

Browse files
committed
Print java directories on windows
1 parent bb9d9b9 commit d9b0cd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ jobs:
182182
- name: Build Java bindings
183183
shell: msys2 {0}
184184
run: |
185+
echo $JAVA_HOME_8_X64
186+
ls /c/hostedtoolcache/windows/Java_Adopt_jdk/8.0.292-10/x64
185187
export JDKPATH=/c/hostedtoolcache/windows/Java_Adopt_jdk/8.0.292-10/x64
186188
export PATH="${PATH}:${JDKPATH}/bin"
187189
cd src/runtime/java

0 commit comments

Comments
 (0)