Skip to content

Commit

Permalink
Update build_ci.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Aug 5, 2024
1 parent 15a24e9 commit 249ba52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/build_ci.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ set SDK_VERSION=20240805

set PATH=%SDK_DIR%\bin;%PATH%

git submodule update -i --recursive

set BRANCH=
for /f %%I in ('git rev-parse --abbrev-ref HEAD 2^> NUL') do set BRANCH=%%I

Expand Down

0 comments on commit 249ba52

Please sign in to comment.