trying to work around a dep problem on windows

This commit is contained in:
Joey Hess 2014-08-10 19:26:03 -04:00
parent f709c786d9
commit 29aa5e82dc

View file

@ -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.