From a09f34ae657f11f1e25053d26a9136161284d825 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Thu, 17 Mar 2022 18:28:21 +0100 Subject: [PATCH] chore: Update the Appveyor build to VS2019 to work around conan issues Apparently the libvpx recipe doesn't really work on VS2015 anymore. --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6f43f429..0fcf7c90 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,11 @@ --- +image: Visual Studio 2019 + cache: - '%USERPROFILE%\.conan -> conanfile.py' install: - - set PATH=C:\Python38-x64\Scripts;%PATH% + - set PATH=C:\Python310-x64\Scripts;%PATH% - py -3 -m pip install conan before_build: