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 bfe75f2 commit 1ad84b8Copy full SHA for 1ad84b8
.ci/scripts/wheel/vc_env_helper.bat
@@ -42,9 +42,12 @@ if "%args%" == "" (
42
)
43
44
REM Setup a symlink to shorten the path length.
45
+REM Note that the ET directory has to be named "executorch".
46
set work_dir=%CD%
47
cd %GITHUB_WORKSPACE%
-mklink /d et-build %work_dir%
48
-cd et-build
+mkdir et
49
+cd et
50
+mklink /d executorch %work_dir%
51
+cd executorch
52
53
%args% || exit /b 1
0 commit comments