more loggig

This commit is contained in:
Davis King 2023-07-21 10:57:48 -04:00
parent ef4d089e8e
commit 47d0a8c68e
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ jobs:
- name: run mex example - name: run mex example
run: | run: |
pwd pwd
ls -l
ls -l build
matlab -nodisplay -r 'try, example(), catch, exit(1); end; exit' matlab -nodisplay -r 'try, example(), catch, exit(1); end; exit'