Skip to content

Commit 4c61b12

Browse files
committed
and
1 parent 30dc931 commit 4c61b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/causal_lm_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ jobs:
702702
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
703703
&& brew install coreutils scons
704704
- run: OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
705-
- run: source ./ov/setupvars.sh cmake --build ./build/ --config Release --target visual_language_chat -j 10
705+
- run: source ./ov/setupvars.sh && cmake --build ./build/ --config Release --target visual_language_chat -j 10
706706
- name: Download and convert a model and an image
707707
run: |
708708
source ./ov/setupvars.sh

0 commit comments

Comments
 (0)