From 91200ed8dd59c2ebaf4229db9e47caf1e7637327 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 7 Sep 2015 05:35:32 +0200 Subject: [PATCH] Changed path ordering to include C:\MinGW\bin before anything else --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 45385c4..5d22cd9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ os: Visual Studio 2015 init: - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - git config --global core.autocrlf input - - 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\bin;%APPVEYOR_BUILD_FOLDER%\build' + - 'SET PATH=C:\MinGW\bin;%PATH%;C:\MinGW\msys\1.0\bin;%APPVEYOR_BUILD_FOLDER%\bin;%APPVEYOR_BUILD_FOLDER%\build' environment: COVERALLS_REPO_TOKEN: