Skip to content

Commit

Permalink
Fix CI upgrade ROS docker (#489)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
pablogs9 authored Mar 31, 2022
1 parent fdeff43 commit 4a2e82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ jobs:
- name: Dependencies
run: |
apt update
apt upgrade -y
apt install -y python3-colcon-metadata python3-pip
rosdep update --rosdistro $ROS_DISTRO
rosdep install -y --from-paths src --ignore-src -y
Expand Down

0 comments on commit 4a2e82c

Please sign in to comment.