Skip to content

Commit 11a1520

Browse files
Fix Appveyor builds
1 parent fa0b1d4 commit 11a1520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ install:
1818
# install ssl
1919
- IF NOT EXIST "C:\Program Files\OpenSSL" (cinst -y OpenSSL.Light)
2020
# install php
21-
- IF NOT EXIST C:\tools\php (cinst -y php)
21+
- ps: Set-Service wuauserv -StartupType Manual # http://help.appveyor.com/discussions/problems/5616-not-able-to-build-due-to-problem-in-chocolateyinstallps1
22+
- IF NOT EXIST C:\tools\php (cinst --params '""/InstallDir:C:\tools\php""' -y php)
2223
- echo extension_dir=ext > C:\tools\php\php.ini
2324
- echo extension=php_openssl.dll >> C:\tools\php\php.ini
2425
- echo extension=php_mbstring.dll >> C:\tools\php\php.ini

0 commit comments

Comments
 (0)