Skip to content

Commit df27a2d

Browse files
committed
[ci] further debug JAVA_HOME on windows
1 parent 9b03776 commit df27a2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/run_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- name: Run octave test
3939
run: |
4040
env | grep JAVA
41-
choco install octave.portable --version=5.2.0
4241
octave-cli --version
4342
octave-cli --eval "disp(octave_config_info('JAVA_HOME')); disp(octave_config_info('JAVA_LIBS'))"
4443
octave-cli --eval "disp(usejava('jvm'));addpath(pwd);cd test;run_jsonlab_test"

0 commit comments

Comments
 (0)