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 9622710 commit 871b859Copy full SHA for 871b859
.appveyor.yml
@@ -46,6 +46,7 @@ install:
46
# Check if installation is cached
47
if (!(Test-Path c:\tools\php)) {
48
choco upgrade 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
52
appveyor-retry choco install --no-progress -y sqlite
0 commit comments