From b409356a04d1cb89ac47e4aa6353441750dacdd9 Mon Sep 17 00:00:00 2001 From: Enrico Schmitz Date: Tue, 21 Mar 2017 00:52:52 +0100 Subject: [PATCH] Fix appveyor curl path --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index d83d3478c32..c17b12a33b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,7 @@ environment: MSYS2_BITS: 64 install: + - set PATH=C:\Program Files\Git\mingw64\bin;%PATH% - curl -sSf -o rustup-init.exe https://win.rustup.rs/ - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin