From 75b970cb3caef223cc6406889d44cbfcb428b380 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Fri, 10 Jul 2015 22:34:48 +0200 Subject: [PATCH] Some other attempt at appveyor gcc --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 055191ba..beea3f70 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,8 +14,8 @@ install: - ps: Start-FileDownload "http://static.rust-lang.org/dist/${env:RUST_INSTALLER}" - '%RUST_INSTALLER% /VERYSILENT /NORESTART /DIR="C:\Rust"' - call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64 - - SET PATH=C:\Rust\bin;%PATH% - - SET PATH=C:\Rust\bin\rustlib\%RUST_INSTALL_TRIPLE%\bin;%PATH% + - 'SET PATH=%PATH%;C:\Rust\bin' + - 'SET PATH=%PATH%;C:\Rust\bin\rustlib\%RUST_INSTALL_TRIPLE%\bin' - rustc --version - cargo --version