From e2ec0eace2002b9e311ef11fa28fd26566446b1b Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Fri, 21 Jun 2019 16:17:58 +0200 Subject: [PATCH] Remove gnu target to avoid need to install gcc for cc crate --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2b593fb..f77a534 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,9 +7,6 @@ environment: target: x86_64-pc-windows-msvc - channel: nightly target: x86_64-pc-windows-msvc - # GNU - - channel: stable - target: x86_64-pc-windows-gnu matrix: allow_failures: