Avoid split-sections for Windows rc.
We get an error "too many sections." Maybe a bug in stack? https://stackoverflow.com/questions/64287505/ld-too-many-sections-90295
This commit is contained in:
parent
26c496d936
commit
651b241533
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release-candidate.yml
vendored
3
.github/workflows/release-candidate.yml
vendored
|
@ -31,8 +31,7 @@ jobs:
|
|||
versions:
|
||||
- osarch: "windows-x86_64"
|
||||
arch: "x64"
|
||||
stack_opts: "-j1 --ghc-options=-split-sections"
|
||||
|
||||
stack_opts: "-j1"
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue