File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,16 @@ jobs:
2222 container :
2323 image : ubuntu:jammy
2424 steps :
25- <<<<<<< HEAD
26- - uses : actions/checkout@v3
27- - uses : ros-tooling/setup-ros@0.7.1
28- =======
2925 - uses : actions/checkout@v4
3026 - uses : ros-tooling/setup-ros@0.7.13
31- >>>>>>> 0e6e8e3 (Bump setup-ros and action-ros-ci (#249))
3227 with :
3328 use-ros2-testing : false
3429 required-ros-distributions : ${{ matrix.ros_distribution }}
3530 - name : Download and install dependencies
3631 run : |
3732 apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
3833 apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
39- <<<<<<< HEAD
40- - uses : ros-tooling/action-ros-ci@0.3.6
41- =======
4234 - uses : ros-tooling/action-ros-ci@0.4.3
43- >>>>>>> 0e6e8e3 (Bump setup-ros and action-ros-ci (#249))
4435 with :
4536 package-name : " micro_ros_agent"
4637 target-ros2-distro : ${{ matrix.ros_distribution }}
You can’t perform that action at this time.
0 commit comments