mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
flip around
This commit is contained in:
parent
4313b192bf
commit
7d6202ecb0
8
.github/workflows/build_matlab.yml
vendored
8
.github/workflows/build_matlab.yml
vendored
@ -28,13 +28,13 @@ jobs:
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --config Release --target install --parallel 4
|
||||
- name: Run example script
|
||||
uses: matlab-actions/run-command@v1
|
||||
with:
|
||||
command: example
|
||||
- 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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user