Skip to content

Commit 902c16f

Browse files
committed
update build.yml
1 parent 24b389e commit 902c16f

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
@@ -113,7 +113,6 @@ jobs:
113113

114114
build:
115115
# Build binary bundles
116-
name: Build
117116
needs: build-prep
118117
strategy:
119118
fail-fast: false
@@ -136,6 +135,7 @@ jobs:
136135
# runner: macos-10.15
137136
# default-shell: bash
138137
# continue-on-error: true
138+
name: Build ${{ matrix.name }}
139139
runs-on: ${{ matrix.runner }}
140140
defaults:
141141
run:

0 commit comments

Comments
 (0)