mirror of https://github.com/davisking/dlib.git
actually, do this instead
This commit is contained in:
parent
782f8e8a83
commit
4d31d8151e
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue