Release candidate: try to speed up and improve windows build.

This commit is contained in:
John MacFarlane 2022-08-17 14:05:51 -07:00
parent b3fdfb912c
commit 67f6c9eb75

View file

@ -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