Skip to content

Commit 39c2635

Browse files
committed
Fix Windows build job names in CI
1 parent a456e8f commit 39c2635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
strategy:
9797
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
9898
fail-fast: false
99-
name: ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_option }}
99+
name: ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_options }}
100100
steps:
101101
- uses: actions/checkout@v4
102102
with:

0 commit comments

Comments
 (0)