From bca6dd71c267c01b8f9f54f01b71c6b754425923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Casas?= Date: Thu, 3 Apr 2025 08:23:13 +0000 Subject: [PATCH] Switch cmake installation from pip to apt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antón Casas --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68a54f60..f3a5be16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -237,8 +237,8 @@ jobs: apt update apt upgrade -y apt-get update - apt install -y python3-pip - pip3 install colcon-common-extensions cmake + apt install -y python3-pip cmake + pip3 install colcon-common-extensions rosdep update --rosdistro ${{ env.ROS_DISTRO }} rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y