From 71a45a30e7dc5906cdd28bbc3428c92c8ff88747 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 21 Sep 2019 20:11:17 +0200 Subject: [PATCH] chore: Update appveyor.yml, fix missing backslash escape --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 26a0d78..8aa199f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,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="C:\\Program Files (x86)\\Inno Setup 5";%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%