chore: Update appveyor.yml, fix missing backslash escape

This commit is contained in:
Daniel S. 2019-09-21 20:11:17 +02:00
parent da2d85b333
commit 71a45a30e7
1 changed files with 1 additions and 1 deletions

View File

@ -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%