Skip to content

Commit 95ab941

Browse files
committed
Update
[ghstack-poisoned]
1 parent 8a68c22 commit 95ab941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
matrix:
4444
include:
4545
- repository: pytorch/executorch
46-
env-script: .ci/scripts/wheel/run_with_symlink_windows.sh
4746
pre-script: .ci/scripts/wheel/pre_build_script.sh
47+
env-script: .ci/scripts/wheel/run_with_symlink_windows.sh
4848
post-script: .ci/scripts/wheel/post_build_script.sh
4949
smoke-test-script: .ci/scripts/wheel/test_windows.py
5050
package-name: executorch
@@ -57,6 +57,7 @@ jobs:
5757
test-infra-ref: main
5858
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5959
submodules: true
60+
env-script: ${{ matrix.env-script }}
6061
pre-script: ${{ matrix.pre-script }}
6162
post-script: ${{ matrix.post-script }}
6263
package-name: ${{ matrix.package-name }}

0 commit comments

Comments
 (0)