From f96fc6e91336ffb508ba69664366944e6848ee0d Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 16 Nov 2019 11:46:14 -0800 Subject: [PATCH] Remove busted windows build Unclear why this is failing to link to bits of the CRT, but I don't really want to find out! --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0bbe6aef..cf4fd744 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,11 +13,6 @@ environment: OPENSSL_VERSION: 1_0_2t OPENSSL_DIR: C:\OpenSSL - # mingw - - TARGET: x86_64-pc-windows-gnu - BITS: 64 - MSYS2: 1 - # vcpkg - TARGET: x86_64-pc-windows-msvc VCPKG_DEFAULT_TRIPLET: x64-windows