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