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 871b859 commit 9e55becCopy full SHA for 9e55bec
.appveyor.yml
@@ -45,7 +45,7 @@ install:
45
- ps: |
46
# Check if installation is cached
47
if (!(Test-Path c:\tools\php)) {
48
- choco upgrade chocolatey
+ choco upgrade --no-progress chocolatey
49
choco install --no-progress -y vcredist140
50
appveyor-retry choco install --no-progress --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
51
# install sqlite
0 commit comments