File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -701,8 +701,8 @@ jobs:
701
701
run : >
702
702
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
703
703
&& brew install coreutils scons
704
- - run : OpenVINO_DIR=./ov/runtime/cmake/ TBB_DIR=./ov/runtime/3rdparty/tbb/lib/cmake/TBB/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
705
- - run : LD_LIBRARY_PATH=./ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH cmake --build ./build/ --config Release --target visual_language_chat -j
704
+ - run : OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
705
+ - run : LD_LIBRARY_PATH=./ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH TBB_DIR=./ov/runtime/3rdparty/tbb/lib/cmake/TBB/ cmake --build ./build/ --config Release --target visual_language_chat -j
706
706
- name : Download and convert a model
707
707
run : |
708
708
source ./ov/setupvars.sh
You can’t perform that action at this time.
0 commit comments