From 32e5b014614c3fd06255f227706b3b9a10d32225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 20 Jan 2021 21:00:04 +0100 Subject: [PATCH] Upgrade chocolatey --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index b8165168247..02382e403d0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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)) {