diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 9473b92577..de7fc4b5fa 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -35,6 +35,8 @@ UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-anne # for haskell libraries to link them with the cygwin library. cabal update || true +cabal install DAV + cabal install --only-dependencies || true # Detect when the last build was an incremental build and failed,