Explorar el Código

Fix appveyor PATH

Alex Crichton hace 7 años
padre
commit
76430488e6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -17,6 +17,7 @@ install:
   - git submodule update --init
   - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
   - rustup-init.exe --default-host x86_64-pc-windows-msvc --default-toolchain nightly -y
+  - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
   - if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
 
   # Use the system msys