From 16acf898465e2efcd0159028bb077fd4dd1ff546 Mon Sep 17 00:00:00 2001 From: Nicholas Young Date: Sat, 12 Jan 2019 10:04:17 -0700 Subject: [PATCH] Remove target x86_64-pc-windows-gnu --- .appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a3543f088..36ba4cf0b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,7 +7,6 @@ environment: matrix: - TARGET: x86_64-pc-windows-msvc - - TARGET: x86_64-pc-windows-gnu install: - curl -fsS --retry 3 --retry-connrefused -o rustup-init.exe https://win.rustup.rs/ - rustup-init -yv --default-toolchain stable --default-host %target%