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 @@ -284,6 +284,12 @@ jobs:
284284 version_major : ${{ env.OPENVINO_VERSION_MAJOR }}
285285 version_full : ${{ env.OPENVINO_VERSION_FULL }}
286286
287+ - name : Install OpenVINO dependencies
288+ run : |
289+ cd ./openvino_toolkit
290+ chmod +x ./install_dependencies/install_openvino_dependencies.sh
291+ echo "Y" | sudo -E ./install_dependencies/install_openvino_dependencies.sh
292+
287293 - name : Build
288294 id : cmake_build
289295 run : |
You can’t perform that action at this time.
0 commit comments