Remove -split-sections from windows release candidate build.
It's not available for Windows ghc.
This commit is contained in:
parent
67f6c9eb75
commit
48ec4b55b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-candidate.yml
vendored
2
.github/workflows/release-candidate.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
versions:
|
versions:
|
||||||
- osarch: "windows-x86_64"
|
- osarch: "windows-x86_64"
|
||||||
arch: "x64"
|
arch: "x64"
|
||||||
stack_opts: '-j4 +RTS -A256m -RTS -split-sections'
|
stack_opts: '-j4 +RTS -A256m -RTS'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue