From 5602c253ed99440f2687344c40d760aae91dfdce Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 7 Oct 2015 13:42:37 -0700 Subject: [PATCH] set path for msys64 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 93f7ae5a8b..87c89b3e32 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ platform: - x64 build_script: + - SET PATH=c:\msys64\bin;%PATH% - git clone -q --depth 1 git://github.com/nim-lang/csources.git csources - cd csources - build.bat