Skip to content

Commit 5cd3684

Browse files
committed
Minor
1 parent 2a55529 commit 5cd3684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Build
1111

1212
jobs:
1313
build:
14-
name: Build ${{ matrix.os.arch }}
14+
name: Build ${{ matrix.target }} for ${{ matrix.os.arch }}
1515
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'CI-build') }}
1616
runs-on: ${{ matrix.os.name }}
1717
strategy:

0 commit comments

Comments
 (0)