Skip to content

Commit aa75712

Browse files
committed
fix gcc for ubuntu 18
1 parent 8410a0e commit aa75712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test_18.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- name: Install System Deps on Melodic
4949
if: ${{ matrix.config.container == 'ros:melodic-ros-base-bionic' }}
5050
run: |
51+
sudo apt-get install software-properties-common -y
52+
sudo apt-get update
5153
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
5254
sudo apt update
5355
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

Comments
 (0)