From 67f6c9eb75596b4e891b7b5ab07c047181a166b4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 17 Aug 2022 14:05:51 -0700 Subject: [PATCH] Release candidate: try to speed up and improve windows build. --- .github/workflows/release-candidate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 3b4b829ac..97ca10f85 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -34,7 +34,8 @@ jobs: versions: - osarch: "windows-x86_64" arch: "x64" - stack_opts: "-j1" + stack_opts: '-j4 +RTS -A256m -RTS -split-sections' + steps: - uses: actions/checkout@v3 - name: Install dependencies