From 28c90abaf04d361010980e8cc65e5b9c24f4e227 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 9 Oct 2021 20:32:03 +0300 Subject: [PATCH] Try switching clang-win to VS2019 image. This is an attempt to work around the missing msvcrt(d).lib linking errors. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 61ac5d0..161e219 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,7 +33,7 @@ environment: - TOOLSET: clang-win ADDRMD: 64 CXXSTD: 14,17 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - TOOLSET: gcc CXXSTD: 03,11,14,1z ADDPATH: C:\cygwin\bin;