We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a456e8f commit 440cedcCopy full SHA for 440cedc
.github/workflows/windows.yml
@@ -96,7 +96,7 @@ jobs:
96
strategy:
97
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
98
fail-fast: false
99
- name: ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_option }}
+ name: ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_options }}
100
steps:
101
- uses: actions/checkout@v4
102
with:
0 commit comments