We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stack build base
1 parent a6f3230 commit 80b4a38Copy full SHA for 80b4a38
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
# https://github.com/commercialhaskell/stack/issues/5770
95
- name: Initialize Stack
96
shell: bash
97
- run: ./.ci/retry.sh stack build base
+ run: ./.ci/retry.sh stack build base -j1 +RTS -N1
98
99
# Building 'happy' sometimes fails on Windows for some obscure reason
100
- name: Build happy with Stack
0 commit comments