From 236c9d272b1efe1e334e879283e570f30abcc515 Mon Sep 17 00:00:00 2001 From: Iori Yanokura Date: Tue, 1 Jul 2025 22:52:18 +0900 Subject: [PATCH] [ga] Fixed catkin test --- .github/workflows/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 8ecab1b2..fd222407 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -112,7 +112,9 @@ jobs: apt-get install -qq -y dpkg # necessary for catkin-pkg to be installable echo "Testing branch $GITHUB_REF of $GITHUB_REPOSITORY" sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros-latest.list' - wget http://packages.ros.org/ros.key -O - | apt-key add - + # Replace the old apt-key add with the new method for adding the key + # https://github.com/ros/rosdistro/pull/46048 + curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add - apt-get update -qq apt-get install -qq -y python-catkin-tools python-rosdep apt-get install -qq -y build-essential git ros-melodic-rosbash ros-melodic-rospack