diff --git a/.github/workflows/ubuntu20_04.yml b/.github/workflows/ubuntu20_04.yml index fce4c9e..3c91d49 100644 --- a/.github/workflows/ubuntu20_04.yml +++ b/.github/workflows/ubuntu20_04.yml @@ -17,7 +17,7 @@ jobs: rosdistro: ['noetic'] gcc: ['8', '9', '10'] container: ros:${{ matrix.rosdistro }}-ros-base-focal - name: ROS ${{ matrix.rosdistro }} - GCC ${{ matrix.gcc }} - C++${{ matrix.cxx }} + name: ROS ${{ matrix.rosdistro }} - GCC ${{ matrix.gcc }} steps: - uses: actions/checkout@v4 name: Checkout lpp