Skip to content

Commit 797d8ed

Browse files
committed
shorten
1 parent b316c92 commit 797d8ed

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
@@ -700,7 +700,7 @@ jobs:
700700
run: >
701701
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
702702
&& brew install coreutils scons
703-
- run: OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
703+
- run: OpenVINO_DIR=ov/runtime/cmake cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
704704
- run: cmake --build ./build/ --config Release --target visual_language_chat -j
705705
- name: Download and convert a model and an image
706706
run: |

0 commit comments

Comments
 (0)