Skip to content

Commit e051940

Browse files
committed
Use version of PHP SDK binary tools that uses PHP downloads
1 parent 760367d commit e051940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/windows/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if /i "%GITHUB_ACTIONS%" neq "True" (
55
exit /b 3
66
)
77

8-
set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git
8+
set SDK_REMOTE=https://github.com/bukka/php-sdk-binary-tools.git
99
set SDK_BRANCH=%PHP_BUILD_SDK_BRANCH%
1010
set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-%PHP_BUILD_CRT%-%PLATFORM%.bat
1111

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
169169
PHP_BUILD_OBJ_DIR: C:\obj
170170
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
171-
PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0
171+
PHP_BUILD_SDK_BRANCH: php_downloads_server_migration_v1
172172
PHP_BUILD_CRT: vs16
173173
PLATFORM: x64
174174
THREAD_SAFE: "1"

0 commit comments

Comments
 (0)