Skip to content

Commit 82aa4c4

Browse files
committed
Fix windows java thing
1 parent bf0f815 commit 82aa4c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ jobs:
180180
run: |
181181
echo $JAVA_HOME_8_X64
182182
export JDKPATH="$(cygpath -u "${JAVA_HOME_8_X64}")"
183-
echo $JDKPATH
184-
ls /c/hostedtoolcache/windows/Java_Adopt_jdk/
185-
# export JDKPATH=/c/hostedtoolcache/windows/Java_Adopt_jdk/8.0.292-10/x64
186183
export PATH="${PATH}:${JDKPATH}/bin"
187184
cd src/runtime/java
188185
make \

0 commit comments

Comments
 (0)