Skip to content

Commit e364229

Browse files
xuxinyi389co63oc
authored andcommitted
1 parent b5e983b commit e364229

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

paddle/scripts/paddle_build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ rem -------clean up environment-----------
2424
set work_dir=%cd%
2525
if not defined cache_dir set cache_dir=%work_dir:Paddle=cache%
2626
if not exist %cache_dir%\tools (
27-
cd /d cache_dir
27+
cd /d %cache_dir%
2828
python -m pip install wget
2929
python -c "import wget;wget.download('https://paddle-ci.gz.bcebos.com/window_requirement/tools.zip')"
3030
tar xf tools.zip
31-
cd /d work_dir
31+
cd /d %work_dir%
3232
)
3333
taskkill /f /im cmake.exe /t 2>NUL
3434
taskkill /f /im ninja.exe /t 2>NUL

0 commit comments

Comments
 (0)