From cb118745fb0e7cd1c247e6a8711c4ed7fc5ad6bf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 Aug 2014 19:26:03 -0400 Subject: trying to work around a dep problem on windows --- standalone/windows/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'standalone/windows') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index a661e8fbc..315bdfde9 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -24,7 +24,9 @@ withcygpreferred () { UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe # Uncomment to get rid of cabal installed libraries. -#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc +rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc +cabal update || true +cabal install either-4.3 # Don't allow build artifact from a past successful build to be extracted # if we fail. -- cgit v1.2.3