diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-13 12:48:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-13 12:48:20 -0400 |
commit | 7d91ff4d5b9827c01f068b884b8e6f192212f223 (patch) | |
tree | 00ca7e182e2437f3bb08040a11a324e820908c04 /standalone | |
parent | 2d164dcc266f5fbe1313c495caf92e93171c855a (diff) |
remove old ghc libs
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 945eadf7a..e95135f09 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -24,7 +24,7 @@ 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. |