Skip to content

Commit 85145fa

Browse files
committed
refresh src in build
1 parent 742f3f5 commit 85145fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

windows_install_build_dependencies.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ git checkout %OV_SOURCE_BRANCH%
248248
if !errorlevel! neq 0 exit /b !errorlevel!
249249
git submodule update --init --recursive
250250
if !errorlevel! neq 0 exit /b !errorlevel!
251+
git pull --recurse-submodules
251252
IF /I NOT EXIST build (
252253
mkdir build
253254
)
@@ -271,6 +272,7 @@ cd %BAZEL_SHORT_PATH%\openvino_tokenizers_src
271272
git fetch origin
272273
git checkout %TOKENIZER_SOURCE_BRANCH%
273274
if !errorlevel! neq 0 exit /b !errorlevel!
275+
git pull --recurse-submodules
274276
IF /I NOT EXIST build (
275277
mkdir build
276278
)
@@ -292,6 +294,7 @@ cd %BAZEL_SHORT_PATH%\openvino_genai_src
292294
git fetch origin
293295
git checkout %GENAI_SOURCE_BRANCH%
294296
if !errorlevel! neq 0 exit /b !errorlevel!
297+
git pull --recurse-submodules
295298
IF /I NOT EXIST build (
296299
mkdir build
297300
)

0 commit comments

Comments
 (0)