do we have matlab?

This commit is contained in:
Davis King 2023-07-21 10:46:40 -04:00
parent 4d31d8151e
commit fd81c40888
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ jobs:
- name: run mex example - name: run mex example
run: | run: |
cd .. cd ..
matlab -nodisplay -h
matlab -h
which matlab
matlab -nodisplay -r 'try, example(), catch, exit(1); end; exit' matlab -nodisplay -r 'try, example(), catch, exit(1); end; exit'