From 9046136dd62e42c0cb0be463987421ed17f60ca0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 1 Mar 2014 00:32:08 -0400 Subject: [PATCH] retrying windows yesod-static --- standalone/windows/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 9473b92577..3beb63dd78 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -24,11 +24,11 @@ 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 # Don't allow build artifact from a past successful build to be extracted # if we fail. -#rm -f git-annex-installer.exe +rm -f git-annex-installer.exe # Install haskell dependencies. # cabal install is not run in cygwin, because we don't want configure scripts