force installing older warp; current fails to build
This commit is contained in:
parent
dd38d01a11
commit
5d36efef20
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ rm -f git-annex-installer.exe
|
|||
# for haskell libraries to link them with the cygwin library.
|
||||
cabal update || true
|
||||
|
||||
cabal install warp-3.1.3.1
|
||||
|
||||
cabal install --only-dependencies || true
|
||||
|
||||
# Detect when the last build was an incremental build and failed,
|
||||
|
|
Loading…
Reference in a new issue