Skip to content

Commit 969ab9c

Browse files
committed
Fix matrix build name
1 parent e240f77 commit 969ab9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu20_04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
rosdistro: ['noetic']
1818
gcc: ['8', '9', '10']
1919
container: ros:${{ matrix.rosdistro }}-ros-base-focal
20-
name: ROS ${{ matrix.rosdistro }} - GCC ${{ matrix.gcc }} - C++${{ matrix.cxx }}
20+
name: ROS ${{ matrix.rosdistro }} - GCC ${{ matrix.gcc }}
2121
steps:
2222
- uses: actions/checkout@v4
2323
name: Checkout lpp

0 commit comments

Comments
 (0)