Skip to content

Commit 4a9ffa2

Browse files
committed
fix: add openvino step
1 parent 0dc2cab commit 4a9ffa2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-ros2-ws-action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ jobs:
2828
git clone https://github.com/ichiro-its/shisen_cpp.git
2929
git clone https://github.com/ichiro-its/keisan.git
3030
31+
- name: Install OpenVINO
32+
run: |
33+
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
34+
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
35+
echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu$(lsb_release -rs | cut -d. -f1) main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
36+
sudo apt update
37+
sudo apt install openvino
38+
source /opt/intel/openvino/setupvars.sh
39+
3140
- name: Setup workspace
3241
uses: ichiro-its/ros2-ws-action/setup@v1.0.1
3342
with:

0 commit comments

Comments
 (0)