Skip to content

Commit

Permalink
Upgrade chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jan 20, 2021
1 parent e33f658 commit 32e5b01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ init:

## Install PHP and composer, and run the appropriate composer command
install:
# Upgrade to 0.10.16-beta to benefit from a bugfix for
# https://github.com/chocolatey/choco/issues/1843
- ps: choco upgrade chocolatey --pre
- ps: |
# Check if installation is cached
if (!(Test-Path c:\tools\php)) {
Expand Down

0 comments on commit 32e5b01

Please sign in to comment.