Skip to content

Commit ee057ba

Browse files

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/causal_lm_cpp.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ jobs:
684684
visual_language_sample:
685685
strategy:
686686
fail-fast: false
687+
# Windows fails to compile Jinja2Cpp.
687688
matrix: {runs-on: [ubuntu-20.04-4-cores, macos-12]}
688689
runs-on: ${{ matrix.runs-on }}
689690
steps:
@@ -700,7 +701,7 @@ jobs:
700701
run: >
701702
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
702703
&& brew install coreutils scons
703-
- run: cmake -DOpenVINO_DIR=ov/runtime/cmake/ -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
704+
- run: OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
704705
- run: cmake --build ./build/ --config Release --target visual_language_chat -j
705706
- name: Download and convert a model and an image
706707
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.