We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c830cd1 commit 6e4485bCopy full SHA for 6e4485b
1 file changed
.github/workflows/linux-x64-build-and-test.yml
@@ -80,13 +80,6 @@ jobs:
80
- name: Install ROS2 from binary tarball (rolling / lyrical)
81
if: ${{ matrix.ros_distribution == 'rolling' || matrix.ros_distribution == 'lyrical' }}
82
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
-
90
# Extract binary tarball AFTER apt packages so its newer libs overwrite apt's older ones
91
curl -sL "${{ matrix.ros_tar_url }}" -o /tmp/ros2-${{ matrix.ros_distribution }}.tar.bz2
92
mkdir -p /opt/ros/${{ matrix.ros_distribution }}
0 commit comments