mirror of https://github.com/davisking/dlib.git
fix maybe
This commit is contained in:
parent
d8005e7d23
commit
ca7842abbd
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: matlab-actions/setup-matlab@v1
|
uses: matlab-actions/setup-matlab@v1
|
||||||
- name: Compile mex wrappers
|
- name: Compile mex wrappers
|
||||||
run: |
|
run: |
|
||||||
cd ../matlab
|
pwd
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|
Loading…
Reference in New Issue