We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27194ae commit b851dedCopy full SHA for b851ded
.github/workflows/ci.yml
@@ -237,8 +237,8 @@ jobs:
237
apt update
238
apt upgrade -y
239
apt-get update
240
- apt install -y python3-pip
241
- pip3 install colcon-common-extensions cmake
+ apt install -y python3-pip cmake
+ pip3 install colcon-common-extensions
242
rosdep update --rosdistro ${{ env.ROS_DISTRO }}
243
rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y
244
0 commit comments