remove one-off clean
This commit is contained in:
parent
2a9fbec446
commit
b909b3ccbb
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ cabal install --only-dependencies || true
|
|||
# Detect when the last build was an incremental build and failed,
|
||||
# and try a full build. Done this way because this shell seems a bit
|
||||
# broken.
|
||||
cabal clean
|
||||
if [ -e last-incremental-failed ]; then
|
||||
cabal clean || true
|
||||
# windows breakage..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue