Skip to content

Commit daaa847

Browse files
committed
debug matlab install
1 parent c3a9347 commit daaa847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "Checking MATLAB installation directory"
3939
ls /opt/hostedtoolcache/MATLAB/2024.2.999/x64
4040
- name: Check MATLAB Installation
41-
run: matlab -help
41+
run: matlab -batch "disp('Hello, MATLAB!');"
4242
- name: Install csh
4343
run: sudo apt-get update && sudo apt-get install csh
4444
- uses: julia-actions/julia-buildpkg@latest

0 commit comments

Comments
 (0)