Skip to content

Commit b6e10e7

Browse files
committed
Ignore checksums on AppVeyor
1 parent 9da2826 commit b6e10e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ init:
2828
## Install PHP and composer, and run the appropriate composer command
2929
install:
3030
- IF EXIST c:\tools\php (SET PHP=0)
31-
- ps: appveyor-retry cinst -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
31+
- ps: appveyor-retry cinst -y php --ignore-checksums --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
3232
- cd c:\tools\php
3333
- IF %PHP%==1 copy php.ini-production php.ini /Y
3434
- IF %PHP%==1 echo date.timezone="UTC" >> php.ini

0 commit comments

Comments
 (0)