From 6aa13cd39475166bd9ef046edc638a89dfed4dd6 Mon Sep 17 00:00:00 2001 From: karliss Date: Wed, 18 Nov 2020 13:37:17 +0200 Subject: [PATCH] Switch to previous appveyor image. (#2480) The latest one has updated Visual Studio and it's standard library headers can't be parsed by shiboken in current version of cutter-deps. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2d204321..11a36279 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,5 @@ version: '1.12.0-git-{build}' -image: 'Visual Studio 2019' +image: 'Previous Visual Studio 2019' clone_depth: 1 # Build configuration