From babda345b4bb710d25c10cfe04a81cd78d8f5af1 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 12 Mar 2021 09:27:50 -0800 Subject: [PATCH] ci: appveyor fix mingw builds --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5afbeea..2b42845 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -49,7 +49,7 @@ environment: CMP: vs2019 BASE: 7.0 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - CMP: mingw + CMP: gcc BASE: 7.0 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 CMP: vs2017