Skip to content

Commit 66a17da

Browse files
committed
switch image to noetic-core
1 parent c3e401e commit 66a17da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test_20.yml

Lines changed: 2 additions & 2 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-base-focal'}
17+
- {name: 'Ubuntu 20.04 + ROS Noetic: Build ', rosdistro: 'noetic', container: 'ros:noetic-ros-core-focal'}
1818
container: ${{ matrix.config.container }}
1919
steps:
2020
- uses: actions/checkout@v1
@@ -46,7 +46,7 @@ jobs:
4646
${{ matrix.config.name }}-ccache-
4747
4848
- name: Install System Deps on Noetic
49-
if: ${{ matrix.config.container == 'ros:noetic-ros-base-focal' }}
49+
if: ${{ matrix.config.container == 'ros:noetic-ros-core-focal' }}
5050
run: |
5151
sudo apt-get install python3-vcstool python3-catkin-tools ros-$ROS_DISTRO-cmake-modules protobuf-compiler autoconf git rsync -y
5252

0 commit comments

Comments
 (0)