Remove -split-sections from windows release candidate build.

It's not available for Windows ghc.
This commit is contained in:
John MacFarlane 2022-08-17 14:53:22 -07:00
parent 67f6c9eb75
commit 48ec4b55b7

View file

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