Release candidate: try to speed up and improve windows build.
This commit is contained in:
parent
b3fdfb912c
commit
67f6c9eb75
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release-candidate.yml
vendored
3
.github/workflows/release-candidate.yml
vendored
|
@ -34,7 +34,8 @@ jobs:
|
||||||
versions:
|
versions:
|
||||||
- osarch: "windows-x86_64"
|
- osarch: "windows-x86_64"
|
||||||
arch: "x64"
|
arch: "x64"
|
||||||
stack_opts: "-j1"
|
stack_opts: '-j4 +RTS -A256m -RTS -split-sections'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue