Skip to content

Commit 382bcbc

Browse files
committed
ld
1 parent e88ae49 commit 382bcbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/causal_lm_cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,8 @@ jobs:
701701
run: >
702702
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
703703
&& brew install coreutils scons
704-
- run: LD_LYBRARY_PATH=./ov/runtime/3rdparty/tbb/lib/ OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
705-
- run: 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_LYBRARY_PATH=./ov/runtime/3rdparty/tbb/lib/:$LD_LYBRARY_PATH cmake --build ./build/ --config Release --target visual_language_chat -j
706706
- name: Download and convert a model and an image
707707
run: |
708708
source ./ov/setupvars.sh

0 commit comments

Comments
 (0)