aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-04 12:17:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-04 12:17:38 -0700
commit47bfcfb406e2980f07fea9c9884f037a0a670f03 (patch)
tree4cbd4cd481d33adc744ebe214e1985b8db972592 /.github/workflows
parent2662a60db225fe8dd0f7f1b06357d4785276d348 (diff)
downloadpandoc-47bfcfb406e2980f07fea9c9884f037a0a670f03.tar.gz
Windows CI: try adding -fexternal-interpreter as ghc option.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 05bb75f7f..cbb6fd03e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -122,11 +122,11 @@ jobs:
- name: Install dependencies
run: |
stack update
- stack test --dependencies-only --fast
+ stack test --dependencies-only --fast --ghc-options=-fexternal-interpreter
- name: Build and test
shell: cmd
run: |
- stack test --fast --test-arguments=--hide-successes
+ stack test --fast --test-arguments=--hide-successes --ghc-options=-fexternal-interpreter
macos: