Skip to content

Commit b825844

Browse files
add pre-script correctly
1 parent 5b0322f commit b825844

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheel_windows_x64_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
id-token: write
1818
contents: read
1919

20-
20+
2121
jobs:
2222
generate-matrix:
2323
uses: alinpahontu2912/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
@@ -46,6 +46,7 @@ jobs:
4646
ref: ""
4747
test-infra-repository: alinpahontu2912/test-infra
4848
test-infra-ref: x64windows_test
49+
pre-script: ${{ matrix.pre-script }}
4950
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5051
package-name: ${{ matrix.package-name }}
5152
smoke-test-script: ${{ matrix.smoke-test-script }}

0 commit comments

Comments
 (0)