Skip to content

Commit d9d2826

Browse files
committed
switch to desktop full
1 parent 66a17da commit d9d2826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_test_20.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
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'}
1818
container: ${{ matrix.config.container }}
1919
steps:
2020
- uses: actions/checkout@v1
@@ -46,9 +46,9 @@ jobs:
4646
${{ matrix.config.name }}-ccache-
4747
4848
- 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' }}
5050
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
5252
5353
- name: Release Build Test
5454
working-directory:

0 commit comments

Comments
 (0)