chore: update appveyor.yml

This commit is contained in:
Daniel S. 2019-09-20 18:35:22 +02:00
parent ade8e1bb0d
commit 874e392d87
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ environment:
build: false
install:
- set PATH=%MINICONDA%\\Scripts;%MINICONDA%\\Library\\bin;%PATH%
- set PATH=%MINICONDA%\\Library\\bin;%MINICONDA%\\Scripts;%USERPROFILE%\\.cargo\\bin;%PATH%
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
- if defined VCVARS call "%VCVARS%" %VCVARSARG%