File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
config :
17
- - {name: 'Ubuntu 20.04 + ROS Noetic: Build ', rosdistro: 'noetic', container: 'ros:noetic-ros-core-focal '}
17
+ - {name: 'Ubuntu 20.04 + ROS Noetic: Build ', rosdistro: 'noetic', container: 'ros:noetic-desktop-full '}
18
18
container : ${{ matrix.config.container }}
19
19
steps :
20
20
- uses : actions/checkout@v1
46
46
${{ matrix.config.name }}-ccache-
47
47
48
48
- name : Install System Deps on Noetic
49
- if : ${{ matrix.config.container == 'ros:noetic-ros-core-focal ' }}
49
+ if : ${{ matrix.config.container == 'ros:noetic-desktop-full ' }}
50
50
run : |
51
- sudo apt-get install python3-vcstool python3-catkin-tools ros-$ROS_DISTRO-cmake-modules protobuf-compiler autoconf git rsync -y
51
+ sudo apt-get install python3-vcstool python3-catkin-tools libgoogle-glog-dev ros-$ROS_DISTRO-cmake-modules protobuf-compiler autoconf git rsync -y
52
52
53
53
- name : Release Build Test
54
54
working-directory :
You can’t perform that action at this time.
0 commit comments