Skip to content

Commit 1ad84b8

Browse files
committed
Update
[ghstack-poisoned]
1 parent bfe75f2 commit 1ad84b8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.ci/scripts/wheel/vc_env_helper.bat

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ if "%args%" == "" (
4242
)
4343

4444
REM Setup a symlink to shorten the path length.
45+
REM Note that the ET directory has to be named "executorch".
4546
set work_dir=%CD%
4647
cd %GITHUB_WORKSPACE%
47-
mklink /d et-build %work_dir%
48-
cd et-build
48+
mkdir et
49+
cd et
50+
mklink /d executorch %work_dir%
51+
cd executorch
4952

5053
%args% || exit /b 1

0 commit comments

Comments
 (0)