From ad99777b57f76a089fb87e3376e37081d560ce2e Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Sun, 30 Aug 2020 12:34:43 +0100 Subject: Set appveyor vm version to previous Visual Studio 2019 release. Latest vm version has updated cmake and the berkeleydb vcpkg now fails to build. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 56c92e6681..7899841a71 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ version: '{branch}.{build}' skip_tags: true -image: Visual Studio 2019 +image: Previous Visual Studio 2019 configuration: Release platform: x64 clone_depth: 5 -- cgit v1.2.3