Skip to content

Commit ee28f5b

Browse files
committed
update CI
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
1 parent cee426a commit ee28f5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ apt update -qq
1111
apt install -qq -y lsb-release wget curl build-essential
1212

1313
# Dependencies.
14-
echo "deb http://packages.ros.org/ros2-testing/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros2-testing.list
15-
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | apt-key add -
14+
curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
15+
echo "deb [signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2-testing/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/ros2-testing.list
1616
apt-get update -qq
1717
apt-get install -y python3-colcon-common-extensions \
1818
python3-rosdep python3-vcstool python3-vcstools

0 commit comments

Comments
 (0)