File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu20 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
3030 sudo apt-get update
3131 sudo apt install openvino-2024.3.0
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - uses : ros-tooling/setup-ros@v0.7
34+ with :
35+ required-ros-distributions : ${{ matrix.ros_distribution }}
3436 - name : Build and Test
3537 uses : ros-tooling/action-ros-ci@v0.3
3638 with :
Original file line number Diff line number Diff line change 2929 echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu22 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
3030 sudo apt-get update
3131 sudo apt install openvino-2024.3.0
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - uses : ros-tooling/setup-ros@v0.7
34+ with :
35+ required-ros-distributions : ${{ matrix.ros_distribution }}
3436 - name : Build and Test
3537 uses : ros-tooling/action-ros-ci@v0.3
3638 with :
Original file line number Diff line number Diff line change 2929 echo "deb https://apt.repos.intel.com/openvino/2024 ubuntu24 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2024.list
3030 sudo apt-get update
3131 sudo apt install openvino-2024.3.0
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - uses : ros-tooling/setup-ros@v0.7
34+ with :
35+ required-ros-distributions : ${{ matrix.ros_distribution }}
3436 - name : Build and Test
3537 uses : ros-tooling/action-ros-ci@v0.3
3638 with :
You can’t perform that action at this time.
0 commit comments