From c4b852f3d8e573707efcdbcbb03bd726b264912a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 23 Mar 2017 11:40:44 +0200 Subject: [PATCH] Update AppVeyor config for curl --- posts/appveyor-haskell-windows-ci.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/posts/appveyor-haskell-windows-ci.md b/posts/appveyor-haskell-windows-ci.md index 24158f4..4195ee7 100644 --- a/posts/appveyor-haskell-windows-ci.md +++ b/posts/appveyor-haskell-windows-ci.md @@ -19,6 +19,9 @@ Here's a simple file I've used on a few projects with succeess: build: off before_test: +# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found +- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% + - curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386 - 7z x stack.zip stack.exe