Skip to content

Commit 7abfa44

Browse files
committed
Update
[ghstack-poisoned]
1 parent 43db3a9 commit 7abfa44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/scripts/wheel/vc_env_helper.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ if exist setup.py (
5252
mkdir et
5353
)
5454
cd et
55+
echo Work dir: %work_dir%
5556
if not exist executorch\ (
56-
mklink /d executorch !work_dir!
57+
mklink /d executorch %work_dir%
5758
)
5859
cd executorch
5960
)

0 commit comments

Comments
 (0)