File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
actions/linux-setup-openvino Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2323 type : z
2424 strip : 1
2525
26- - name : Install OpenVINO dependencies
27- shell : bash
28- run : |
29- cd ${{ inputs.path }}
30- echo "Y" | sudo -E ./install_dependencies/install_openvino_dependencies.sh
Original file line number Diff line number Diff line change @@ -740,6 +740,12 @@ jobs:
740740 version_major : ${{ env.OPENVINO_VERSION_MAJOR }}
741741 version_full : ${{ env.OPENVINO_VERSION_FULL }}
742742
743+ - name : Install OpenVINO dependencies
744+ run : |
745+ cd ./openvino_toolkit
746+ chmod +x ./install_dependencies/install_openvino_dependencies.sh
747+ echo "Y" | sudo -E ./install_dependencies/install_openvino_dependencies.sh
748+
743749 - name : Build
744750 id : cmake_build
745751 run : |
Original file line number Diff line number Diff line change @@ -282,6 +282,12 @@ jobs:
282282 version_major : ${{ env.OPENVINO_VERSION_MAJOR }}
283283 version_full : ${{ env.OPENVINO_VERSION_FULL }}
284284
285+ - name : Install OpenVINO dependencies
286+ run : |
287+ cd ./openvino_toolkit
288+ chmod +x ./install_dependencies/install_openvino_dependencies.sh
289+ echo "Y" | sudo -E ./install_dependencies/install_openvino_dependencies.sh
290+
285291 - name : Build
286292 id : cmake_build
287293 run : |
You can’t perform that action at this time.
0 commit comments