Skip to content

Commit

Permalink
Revert "Remove chocolatey downgrade, issue chocolatey/choco#1843 fixed"
Browse files Browse the repository at this point in the history
This reverts commit d24512f.
  • Loading branch information
eclipxe13 committed Jul 19, 2020
1 parent d24512f commit 36b8929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ 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 @@ -115,6 +118,7 @@ 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 36b8929

Please sign in to comment.