CI: Remove repetition of Build from build names.

This commit is contained in:
Phil Howard 2023-03-28 20:54:17 +01:00
parent 883d751f52
commit af352ff33f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
build:
needs: deps
name: Build ${{matrix.name}} (${{matrix.board}})
name: ${{matrix.name}} (${{matrix.board}})
runs-on: ubuntu-20.04
strategy:
matrix: