Skip to content

Commit

Permalink
Fix matrix build name
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Aug 20, 2024
1 parent e240f77 commit 969ab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 969ab9c

Please sign in to comment.