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 d495e1e commit 16cce7fCopy full SHA for 16cce7f
.appveyor.yml
@@ -74,7 +74,7 @@ install:
74
$sdk_pkg = "php-sdk-$($env:BIN_SDK_VER).zip"
75
76
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"
+ Invoke-WebRequest "https://github.com/php/php-sdk-binary-tools/archive/$sdk_pkg" -OutFile "c:\build-cache\$sdk_pkg"
78
}
79
80
& 7z x c:\build-cache\$sdk_pkg -oc:\build-cache
0 commit comments