diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-05-06 08:59:25 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-05-06 08:59:25 -0700 |
commit | 136e77f9e9e43f956200fb7d5d8f7e119cde7005 (patch) | |
tree | 928acaed1d83c5bded22892328d42eb124d9f9cd /appveyor.yml | |
parent | e904d0a8e2f2571c7a02fc4a49a084d3d0b5ff86 (diff) | |
download | ssh2-rs-136e77f9e9e43f956200fb7d5d8f7e119cde7005.zip |
Try to pick up `make` on appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index ff69c40..54c12ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe" - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - - if defined MSYS_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS_BITS%\bin + - if defined MSYS_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS_BITS%\bin;C:\msys64\usr\bin - rustc -V - cargo -V |