File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -692,15 +692,15 @@ jobs:
692
692
- uses : actions/setup-python@v4
693
693
with : {python-version: 3.12}
694
694
- run : mkdir ./ov/
695
- - if : ${{ 'ubuntu-20.04-16-core' == runner.os }}
695
+ - if : ${{ 'ubuntu-20.04-16-core' == matrix.runs-on }}
696
696
run : >
697
697
curl ${{ env.l_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
698
698
&& sudo ./ov/install_dependencies/install_openvino_dependencies.sh
699
- - if : ${{ 'macos-12' == runner.os }}
699
+ - if : ${{ 'macos-12' == matrix.runs-on }}
700
700
run : >
701
701
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
702
702
&& 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/ ./
704
704
- run : cmake --build ./build/ --config Release --target visual_language_chat -j
705
705
- name : Download and convert a model and an image
706
706
run : |
You can’t perform that action at this time.
0 commit comments