[commit: packages/Win32] fix-appveyor-curl-ussue: Fix AppVeyor CURL error (44be2dd)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:28:58 UTC 2017
Repository : ssh://git@git.haskell.org/Win32
On branch : fix-appveyor-curl-ussue
Link : http://git.haskell.org/packages/Win32.git/commitdiff/44be2dd09dc2a6432f3e6956b95561f7a5b90320
>---------------------------------------------------------------
commit 44be2dd09dc2a6432f3e6956b95561f7a5b90320
Author: Tamar Christina <Mistuke at users.noreply.github.com>
Date: Tue Mar 21 11:42:21 2017 +0000
Fix AppVeyor CURL error
http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491
>---------------------------------------------------------------
44be2dd09dc2a6432f3e6956b95561f7a5b90320
appveyor.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/appveyor.yml b/appveyor.yml
index a76c9fa..52d63f9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,3 +16,6 @@ test_script:
- stack init
- stack setup > nul
- echo "" | stack --no-terminal build
+
+install:
+- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
More information about the ghc-commits
mailing list