Skip to content

Commit

Permalink
in wrong folder?
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Jul 21, 2023
1 parent fd81c40 commit ef4d089
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
cmake --build . --config Release --target install --parallel 4
- name: run mex example
run: |
cd ..
matlab -nodisplay -h
matlab -h
which matlab
pwd
matlab -nodisplay -r 'try, example(), catch, exit(1); end; exit'

0 comments on commit ef4d089

Please sign in to comment.