Skip to content

Commit 16cce7f

Browse files
authored
PHPC-2147: Clone PHP fork of Windows SDK on Appveyor (#1376)
1 parent d495e1e commit 16cce7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ install:
7474
$sdk_pkg = "php-sdk-$($env:BIN_SDK_VER).zip"
7575
7676
if (-not (Test-Path c:\build-cache\$sdk_pkg)) {
77-
Invoke-WebRequest "https://github.com/microsoft/php-sdk-binary-tools/archive/$sdk_pkg" -OutFile "c:\build-cache\$sdk_pkg"
77+
Invoke-WebRequest "https://github.com/php/php-sdk-binary-tools/archive/$sdk_pkg" -OutFile "c:\build-cache\$sdk_pkg"
7878
}
7979
8080
& 7z x c:\build-cache\$sdk_pkg -oc:\build-cache

0 commit comments

Comments
 (0)