From ef4d089e8ed063f25018a89bc183471008a7f0b1 Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 21 Jul 2023 10:52:40 -0400 Subject: [PATCH] in wrong folder? --- .github/workflows/build_matlab.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_matlab.yml b/.github/workflows/build_matlab.yml index 7ee35f4bd3..ac2d7a7594 100644 --- a/.github/workflows/build_matlab.yml +++ b/.github/workflows/build_matlab.yml @@ -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'