@@ -34,15 +34,16 @@ jobs:
3434 path : src/micro_ros_setup
3535 ref : ${{ matrix.branch }}
3636
37- - uses : ros-tooling/setup-ros@0.6.2
37+ - uses : ros-tooling/setup-ros@0.7.0
3838 with :
3939 use-ros2-testing : false
4040 required-ros-distributions : ${{ matrix.distro }}
4141
4242 - name : Dependencies
4343 run : |
4444 apt update
45- apt install -y python3-colcon-metadata python3-pip
45+ apt install -y python3-pip
46+ pip3 install colcon-common-extensions
4647 rosdep update --rosdistro ${{ matrix.distro }}
4748 rosdep install --rosdistro ${{ matrix.distro }} -y --from-paths src --ignore-src -y
4849
@@ -526,7 +527,7 @@ jobs:
526527 path : src/micro_ros_setup
527528 ref : ${{ matrix.branch }}
528529
529- - uses : ros-tooling/setup-ros@0.6.2
530+ - uses : ros-tooling/setup-ros@0.7.0
530531 with :
531532 use-ros2-testing : false
532533 required-ros-distributions : ${{ matrix.distro }}
@@ -536,7 +537,8 @@ jobs:
536537 apt update
537538 apt upgrade -y
538539 # Install last version of CMake
539- apt install -y python3-colcon-metadata python3-pip cmake
540+ apt install -y python3-pip
541+ pip3 install colcon-common-extensions cmake
540542 rosdep update --rosdistro ${{ matrix.distro }}
541543 rosdep install --rosdistro ${{ matrix.distro }} -y --from-paths src --ignore-src -y
542544
@@ -586,15 +588,16 @@ jobs:
586588 path : src/micro_ros_setup
587589 ref : ${{ matrix.branch }}
588590
589- - uses : ros-tooling/setup-ros@0.6.2
591+ - uses : ros-tooling/setup-ros@0.7.0
590592 with :
591593 use-ros2-testing : false
592594 required-ros-distributions : ${{ matrix.distro }}
593595
594596 - name : dependencies
595597 run : |
596598 apt update
597- apt install -y python3-colcon-metadata python3-pip
599+ apt install -y python3-pip
600+ pip3 install colcon-common-extensions
598601 rosdep update --rosdistro ${{ matrix.distro }}
599602 rosdep install --rosdistro ${{ matrix.distro }} -y --from-paths src --ignore-src -y
600603 apt install -y ros-${{ matrix.distro }}-rmw-fastrtps-cpp
0 commit comments