Skip to content

Commit b851ded

Browse files
authored
Fix Humble CI (#773)
Change CMake installation source in Humble CI from pip to apt. Signed-off-by: Antón Casas <[email protected]>
1 parent 27194ae commit b851ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ jobs:
237237
apt update
238238
apt upgrade -y
239239
apt-get update
240-
apt install -y python3-pip
241-
pip3 install colcon-common-extensions cmake
240+
apt install -y python3-pip cmake
241+
pip3 install colcon-common-extensions
242242
rosdep update --rosdistro ${{ env.ROS_DISTRO }}
243243
rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y
244244

0 commit comments

Comments
 (0)