actually, do this instead

This commit is contained in:
Davis King 2023-07-21 09:39:47 -04:00
parent 782f8e8a83
commit 4d31d8151e
1 changed files with 2 additions and 1 deletions

View File

@ -31,5 +31,6 @@ jobs:
- name: run mex example
run: |
cd ..
matlab -nodisplay -r 'addpath("build"); try, example(), catch, exit(1); end; exit'
matlab -nodisplay -r 'try, example(), catch, exit(1); end; exit'