Skip to content

Commit 90284ad

Browse files
committed
fix git clone -q
1 parent 69dcf84 commit 90284ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if not exist "%SDK_RUNNER%" (
2525

2626
if not exist "%PHP_BUILD_CACHE_SDK_DIR%" (
2727
echo Cloning remote SDK repository
28-
git -q clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
28+
git clone -q --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
2929
)
3030

3131
for /f "tokens=*" %%a in ('type %PHP_BUILD_CACHE_SDK_DIR%\VERSION') do set GOT_SDK_VER=%%a

0 commit comments

Comments
 (0)