From 48a16ac058c971ad20ca026e12767aec20e3b505 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 28 Sep 2018 09:27:53 -0400 Subject: [PATCH] Don't use mach wrappers for rustc/cargo smoketests on Windows. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6be6ea70418..5092ebf910c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,8 +55,8 @@ install: - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%;C:\gstreamer\1.0\x86_64\lib\pkgconfig - rustup -V - - mach rustc --version - - mach cargo --version + - rustc --version + - cargo --version # Uncomment these lines to expose RDP access information to the build machine in the build log. #init: