From ad552c6b787810de4559fe3ab2d1336cb200867c Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 21 Mar 2020 13:20:49 +0300 Subject: [PATCH] Appveyor: use previous VS 2019 image (workaround) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e1214627d3..fb47045ffa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ version: '{build}' -image: Visual Studio 2019 +image: Previous Visual Studio 2019 environment: QTDIR: C:\Qt\5.14\msvc2017_64