Skip to content

Commit e100f42

Browse files
committed
[ci] debug JAVA_HOME on windows
1 parent f989c67 commit e100f42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
# provided octave versions: ubuntu-22.04 = 6.4, ubuntu-24.04 = 8.4, macos-15-intel = 10.3, windows-2022 = 9.4
1010
matrix:
11-
os: [ubuntu-22.04, ubuntu-24.04, macos-15-intel, macos-14, windows-2022]
11+
os: [ubuntu-22.04, ubuntu-24.04, macos-15-intel, windows-2022]
1212
runs-on: ${{ matrix.os }}
1313
defaults:
1414
run:
@@ -34,6 +34,7 @@ jobs:
3434
env:
3535
JAVA_HOME: ${{ env.JAVA_HOME_11_X64 }}
3636
run: |
37+
env | grep JAVA
3738
octave-cli --version
3839
octave-cli --eval "addpath(pwd);cd test;run_jsonlab_test"
3940
octave-cli --eval "addpath(pwd);cd examples; demo_jsonlab_basic; jsonlab_selftest"

0 commit comments

Comments
 (0)