We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760367d commit e051940Copy full SHA for e051940
.github/scripts/windows/build.bat
@@ -5,7 +5,7 @@ if /i "%GITHUB_ACTIONS%" neq "True" (
5
exit /b 3
6
)
7
8
-set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git
+set SDK_REMOTE=https://github.com/bukka/php-sdk-binary-tools.git
9
set SDK_BRANCH=%PHP_BUILD_SDK_BRANCH%
10
set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-%PHP_BUILD_CRT%-%PLATFORM%.bat
11
.github/workflows/push.yml
@@ -168,7 +168,7 @@ jobs:
168
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
169
PHP_BUILD_OBJ_DIR: C:\obj
170
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
171
- PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0
+ PHP_BUILD_SDK_BRANCH: php_downloads_server_migration_v1
172
PHP_BUILD_CRT: vs16
173
PLATFORM: x64
174
THREAD_SAFE: "1"
0 commit comments