Skip to content

Commit

Permalink
try set mingw path
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Mar 24, 2017
1 parent b44a9cb commit c8e12b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ environment:
target: x86_64-pc-windows-msvc
- channel: nightly
target: x86_64-pc-windows-gnu
msys_bits: 64

install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target%
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- if defined msys_bits set PATH=%PATH%;C:\msys64\mingw%msys_bits%\bin
- rustc -vV
- cargo -vV

Expand Down

0 comments on commit c8e12b6

Please sign in to comment.