Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Aug 11, 2017
1 parent 2239540 commit 689c24a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
key: inline-java-stack-dependencies
- run:
name: build dependencies
command: stack --no-terminal build --only-dependencies --prefetch --test --bench
command: |
# XXX Workaround https://github.com/commercialhaskell/stack/issues/595
stack --no-terminal build alex happy
stack --no-terminal build --only-dependencies --prefetch --test --bench
- save_cache:
key: inline-java-stack-dependencies
paths:
Expand Down

0 comments on commit 689c24a

Please sign in to comment.