diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-02 10:01:52 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-02 10:01:52 -0800 |
commit | 651b241533a3b5f984e667b1cdb997abcaa0eb6b (patch) | |
tree | b9af24c5411f93468f6b5ac6f4329f9152798fb4 /.github/workflows | |
parent | 26c496d93647dd589af6c07c2273801ff7b49950 (diff) | |
download | pandoc-651b241533a3b5f984e667b1cdb997abcaa0eb6b.tar.gz |
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
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release-candidate.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 4afc7df08..cfb770ef5 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -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 |