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.
2 parents dd4601c + ab9d446 commit 232fd06Copy full SHA for 232fd06
.appveyor.yml
@@ -44,12 +44,14 @@ init:
44
45
## Install PHP and composer, and run the appropriate composer command
46
install:
47
+ - sc config wuauserv start=auto
48
+ - net start wuauserv
49
- ps: |
50
# Check if installation is cached
51
if (!(Test-Path c:\tools\php)) {
- appveyor-retry choco install --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version 7.4.27
52
+ appveyor-retry choco install --no-progress --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version 7.4.27
53
# install sqlite
- appveyor-retry choco install -y sqlite
54
+ appveyor-retry choco install --no-progress -y sqlite
55
Get-ChildItem -Path c:\tools\php
56
cd c:\tools\php
57
0 commit comments