Skip to content

Commit

Permalink
Merge PR #165: Fix CircleCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed Nov 10, 2019
1 parent c0ac3ca commit 6ea07b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- juvix-cache-v2-{{ checksum "package.yaml" }}
- run:
name: Build dependencies
command: stack build -j4 --only-dependencies
command: stack build -j2 --only-dependencies +RTS -N2 -qg
no_output_timeout: 1200
- run:
name: Build Juvix
Expand Down

0 comments on commit 6ea07b9

Please sign in to comment.