Skip to content

Commit 440cedc

Browse files
authored
Fix Windows build job names in CI (#525)
<img width="334" alt="Screenshot 2025-02-11 at 10 58 24 PM" src="https://github.com/user-attachments/assets/f63da081-c55d-418f-9f64-3b75b7f13c06" /> <img width="334" alt="Screenshot 2025-02-11 at 10 58 36 PM" src="https://github.com/user-attachments/assets/458bf3b1-b6d2-48cc-9e17-bf1a154b2531" />
1 parent a456e8f commit 440cedc

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)