From ade8e1bb0d8b02f08bfdf5c3f7688624e9ca4159 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Fri, 20 Sep 2019 18:30:07 +0200 Subject: [PATCH] chore: update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d048f9f..374e772 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,12 +8,12 @@ branches: environment: VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat VCVARSARG: x64 - MINICONDA: C:\Miniconda3 + MINICONDA: C:\Miniconda3-x64 build: false install: - - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" + - set PATH=%MINICONDA%\\Scripts;%MINICONDA%\\Library\\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%