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 8410a0e commit aa75712Copy full SHA for aa75712
.github/workflows/build_test_18.yml
@@ -48,6 +48,8 @@ jobs:
48
- name: Install System Deps on Melodic
49
if: ${{ matrix.config.container == 'ros:melodic-ros-base-bionic' }}
50
run: |
51
+ sudo apt-get install software-properties-common -y
52
+ sudo apt-get update
53
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
54
sudo apt update
55
sudo apt install python3-vcstool python-catkin-tools ros-$ROS_DISTRO-cmake-modules protobuf-compiler autoconf git rsync gcc-9 g++-9 -y
0 commit comments