Skip to content

Commit

Permalink
Remove chocolatey downgrade, issue chocolatey/choco#1843 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipxe13 committed Jul 19, 2020
1 parent ab4f57f commit d24512f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ init:

## Check for openssl, install php using version environment, install
install:
# downgrade chocolatey to 0.10.13, otherwise versions query are not working
# see https://github.com/chocolatey/choco/issues/1843
- choco install chocolatey --yes --version 0.10.13 --allow-downgrade --no-progress --force
# check chocolatey sources and version
- choco source list
# check openssl exists and run from PATH
Expand Down Expand Up @@ -118,7 +115,6 @@ install:
appveyor-retry appveyor DownloadFile https://github.com/phpcfdi/resources-sat-xml/archive/master.zip -Filename c:\projects\project\build\sat-xml.zip
Expand-Archive -LiteralPath c:\projects\project\build\sat-xml.zip -DestinationPath c:\projects\project\build\ -Force
Move-Item -Path c:\projects\project\build\resources-sat-xml-master\resources -Destination c:\projects\project\build\resources
# install project dependences and list available tools
- cd c:\projects\project
- appveyor-retry composer install --prefer-dist --no-progress --no-interaction --ansi
Expand Down

0 comments on commit d24512f

Please sign in to comment.