aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-02 10:01:52 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-02 10:01:52 -0800
commit651b241533a3b5f984e667b1cdb997abcaa0eb6b (patch)
treeb9af24c5411f93468f6b5ac6f4329f9152798fb4 /.github
parent26c496d93647dd589af6c07c2273801ff7b49950 (diff)
downloadpandoc-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')
-rw-r--r--.github/workflows/release-candidate.yml3
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