Skip to content

Commit 40c1750

Browse files
Fix CI with new docker (#275) (#278)
* Fix CI with new docker Signed-off-by: Pablo Garrido <pablogs9@gmail.com> * Update Signed-off-by: Pablo Garrido <pablogs9@gmail.com> Signed-off-by: Pablo Garrido <pablogs9@gmail.com> (cherry picked from commit 0a62d7f) Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
1 parent fb2dca6 commit 40c1750

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121

2222
- name: Download dependencies
2323
run: |
24+
apt update && apt install -y python3-pip git python3-rosdep python3-colcon-common-extensions curl
2425
git clone -b ros2 https://github.com/eProsima/Micro-CDR src/Micro-CDR
2526
git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client
2627
git clone -b humble https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
2728
git clone -b humble https://github.com/ros2/rmw src/rmw
2829
touch src/rosidl_typesupport_microxrcedds/test/COLCON_IGNORE
2930
# Install coverage tools
30-
apt update && apt install -y python3-pip
3131
pip3 install gcovr
3232
. /opt/ros/$ROS_DISTRO/setup.sh
33-
rosdep update
33+
rosdep init && rosdep update
3434
rosdep install --from-paths src -r
3535
apt -y install ros-$ROS_DISTRO-performance-test-fixture
3636

0 commit comments

Comments
 (0)