Skip to content

Commit 80b4a38

Browse files
Run stack build base with a single thread (#3050)
"Fixes" `Verification error: Invalid hash for` errors
1 parent a6f3230 commit 80b4a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# https://github.com/commercialhaskell/stack/issues/5770
9595
- name: Initialize Stack
9696
shell: bash
97-
run: ./.ci/retry.sh stack build base
97+
run: ./.ci/retry.sh stack build base -j1 +RTS -N1
9898

9999
# Building 'happy' sometimes fails on Windows for some obscure reason
100100
- name: Build happy with Stack

0 commit comments

Comments
 (0)