From b27ef9010505046dda31e532365b796e59d724d3 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 21 Sep 2019 20:20:27 +0200 Subject: [PATCH] chore: fix appveyor --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8aa199f..47e01d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,9 @@ environment: VCVARS: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat VCVARSARG: x64 MINICONDA: C:\Miniconda3-x64 + INNO: C:\Program Files (x86)\Inno Setup 5 -build: false +build: off artifacts: - path: exe\__main__.dist\ @@ -23,7 +24,7 @@ artifacts: install: - set PATH=%MINICONDA%\\Library\\bin;%MINICONDA%\\Scripts;%USERPROFILE%\\.cargo\\bin;%PATH% - - set PATH="C:\\Program Files (x86)\\Inno Setup 5";%PATH% + - set PATH=%INNO%;%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%