From e2781dca23af22e8debf2c5e3d28a3fb70a58a0d Mon Sep 17 00:00:00 2001 From: Tom Parker Date: Sat, 18 Mar 2017 14:26:27 +0000 Subject: [PATCH] Actually fix Rust command line for AppVeyor --- saphyr/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/appveyor.yml b/saphyr/appveyor.yml index e7c3127..5ee211c 100644 --- a/saphyr/appveyor.yml +++ b/saphyr/appveyor.yml @@ -1,6 +1,6 @@ install: - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.16.0-i686-pc-windows-gnu.exe' - - rust-nightly-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" + - rust-1.16.0-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - SET PATH=%PATH%;C:\MinGW\bin - rustc -V