File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ jobs:
2424 steps :
2525 - name : Install OpenVINO
2626 run : |
27+ sudo apt-get update
28+ sudo apt-get install -y wget
2729 wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
2830 sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
2931 echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu20 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
3032 sudo apt-get update
31- sudo apt install openvino-2024.3.0
33+ sudo apt install -y openvino-2024.3.0
3234 - uses : actions/checkout@v4
3335 -
uses :
ros-tooling/[email protected] 3436 with :
Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ jobs:
2424 steps :
2525 - name : Install OpenVINO
2626 run : |
27+ sudo apt-get update
28+ sudo apt-get install -y wget
2729 wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
2830 sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
2931 echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu22 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
3032 sudo apt-get update
31- sudo apt install openvino-2024.3.0
33+ sudo apt install -y openvino-2024.3.0
3234 - uses : actions/checkout@v4
3335 -
uses :
ros-tooling/[email protected] 3436 with :
Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ jobs:
2424 steps :
2525 - name : Install OpenVINO
2626 run : |
27+ sudo apt-get update
28+ sudo apt-get install -y wget
2729 wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
2830 sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
2931 echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu24 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
3032 sudo apt-get update
31- sudo apt install openvino-2024.3.0
33+ sudo apt install -y openvino-2024.3.0
3234 - uses : actions/checkout@v4
3335 -
uses :
ros-tooling/[email protected] 3436 with :
You can’t perform that action at this time.
0 commit comments