We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dcf84 commit 90284adCopy full SHA for 90284ad
.github/scripts/windows/build.bat
@@ -25,7 +25,7 @@ if not exist "%SDK_RUNNER%" (
25
26
if not exist "%PHP_BUILD_CACHE_SDK_DIR%" (
27
echo Cloning remote SDK repository
28
- git -q clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
+ git clone -q --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
29
)
30
31
for /f "tokens=*" %%a in ('type %PHP_BUILD_CACHE_SDK_DIR%\VERSION') do set GOT_SDK_VER=%%a
0 commit comments