maybe this will work

matlab_wrapper_ci
Davis King 1 year ago
parent 7d6202ecb0
commit f38542e1f7

@ -28,13 +28,9 @@ jobs:
cd build cd build
cmake .. cmake ..
cmake --build . --config Release --target install --parallel 4 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 - name: Run example script
uses: matlab-actions/run-command@v1 uses: matlab-actions/run-command@v1
with: with:
command: example command: cd matlab; example

Loading…
Cancel
Save