Skip to content

Commit 260d36a

Browse files
committed
Unconditionally update vcredist140 on AppVeyor
1 parent 1ce6dda commit 260d36a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ init:
4242
install:
4343
- sc config wuauserv start=auto
4444
- net start wuauserv
45+
- choco install --no-progress -y vcredist140
4546
- ps: |
4647
# Check if installation is cached
4748
if (!(Test-Path c:\tools\php)) {
48-
choco upgrade --no-progress chocolatey
49-
choco install --no-progress -y vcredist140
5049
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|]','')
5150
# install sqlite
5251
appveyor-retry choco install --no-progress -y sqlite

0 commit comments

Comments
 (0)