From f38542e1f7c9a1006bde38ad96ea57c9d7d93ecd Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 21 Jul 2023 11:29:30 -0400 Subject: [PATCH] maybe this will work --- .github/workflows/build_matlab.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build_matlab.yml b/.github/workflows/build_matlab.yml index 429d33e5e..9c2326ec2 100644 --- a/.github/workflows/build_matlab.yml +++ b/.github/workflows/build_matlab.yml @@ -28,13 +28,9 @@ jobs: cd build cmake .. cmake --build . --config Release --target install --parallel 4 - - name: Run pwd in matlab - uses: matlab-actions/run-command@v1 - with: - command: pwd - name: Run example script uses: matlab-actions/run-command@v1 with: - command: example + command: cd matlab; example