Skip to content

Commit ff6b77f

Browse files
fix wrong input
1 parent b5fc66d commit ff6b77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
package-name: ${{ matrix.package-name }}
3939
smoke-test-script: ${{ matrix.smoke-test-script }}
4040
aarch: ${{ matrix.aarch }}
41-
matrix: ${{ toJson(matrix) }}
41+
build-matrix: ${{ toJson(matrix) }}
4242

4343
generate-matrix:
4444
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main

0 commit comments

Comments
 (0)