Skip to content

Commit 6e4485b

Browse files
committed
Address comments
1 parent c830cd1 commit 6e4485b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/linux-x64-build-and-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ jobs:
8080
- name: Install ROS2 from binary tarball (rolling / lyrical)
8181
if: ${{ matrix.ros_distribution == 'rolling' || matrix.ros_distribution == 'lyrical' }}
8282
run: |
83-
# Install apt packages BEFORE the binary tarball (rolling only;
84-
# test-msgs / mrpt-msgs are not yet published for lyrical and
85-
# test_msgs is bundled in the lyrical tarball itself).
86-
if [ "${{ matrix.ros_distribution }}" = "rolling" ]; then
87-
apt-get install -y ros-rolling-test-msgs ros-rolling-mrpt-msgs
88-
fi
89-
9083
# Extract binary tarball AFTER apt packages so its newer libs overwrite apt's older ones
9184
curl -sL "${{ matrix.ros_tar_url }}" -o /tmp/ros2-${{ matrix.ros_distribution }}.tar.bz2
9285
mkdir -p /opt/ros/${{ matrix.ros_distribution }}

0 commit comments

Comments
 (0)