Skip to content

Commit

Permalink
Fix CI with new docker (#275) (#278)
Browse files Browse the repository at this point in the history
* Fix CI with new docker

Signed-off-by: Pablo Garrido <[email protected]>

* Update

Signed-off-by: Pablo Garrido <[email protected]>

Signed-off-by: Pablo Garrido <[email protected]>
(cherry picked from commit 0a62d7f)

Co-authored-by: Pablo Garrido <[email protected]>
  • Loading branch information
mergify[bot] and pablogs9 authored Dec 12, 2022
1 parent fb2dca6 commit 40c1750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:

- name: Download dependencies
run: |
apt update && apt install -y python3-pip git python3-rosdep python3-colcon-common-extensions curl
git clone -b ros2 https://github.com/eProsima/Micro-CDR src/Micro-CDR
git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client
git clone -b humble https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
git clone -b humble https://github.com/ros2/rmw src/rmw
touch src/rosidl_typesupport_microxrcedds/test/COLCON_IGNORE
# Install coverage tools
apt update && apt install -y python3-pip
pip3 install gcovr
. /opt/ros/$ROS_DISTRO/setup.sh
rosdep update
rosdep init && rosdep update
rosdep install --from-paths src -r
apt -y install ros-$ROS_DISTRO-performance-test-fixture
Expand Down

0 comments on commit 40c1750

Please sign in to comment.