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 8a68c22 commit 95ab941Copy full SHA for 95ab941
.github/workflows/build-wheels-windows.yml
@@ -43,8 +43,8 @@ jobs:
43
matrix:
44
include:
45
- repository: pytorch/executorch
46
- env-script: .ci/scripts/wheel/run_with_symlink_windows.sh
47
pre-script: .ci/scripts/wheel/pre_build_script.sh
+ env-script: .ci/scripts/wheel/run_with_symlink_windows.sh
48
post-script: .ci/scripts/wheel/post_build_script.sh
49
smoke-test-script: .ci/scripts/wheel/test_windows.py
50
package-name: executorch
@@ -57,6 +57,7 @@ jobs:
57
test-infra-ref: main
58
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
59
submodules: true
60
+ env-script: ${{ matrix.env-script }}
61
pre-script: ${{ matrix.pre-script }}
62
post-script: ${{ matrix.post-script }}
63
package-name: ${{ matrix.package-name }}
0 commit comments