aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-04 14:34:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-04 14:34:56 -0700
commitde066cc7f68cf8fa1b5b3cce2b254392178ab920 (patch)
treef7365bd6c79fa40b2c94823af2102af17176c120 /.github
parent47bfcfb406e2980f07fea9c9884f037a0a670f03 (diff)
downloadpandoc-de066cc7f68cf8fa1b5b3cce2b254392178ab920.tar.gz
Revert "Windows CI: try adding -fexternal-interpreter as ghc option."
This reverts commit 47bfcfb406e2980f07fea9c9884f037a0a670f03.
Diffstat (limited to '.github')
-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 cbb6fd03e..05bb75f7f 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 --ghc-options=-fexternal-interpreter
+ stack test --dependencies-only --fast
- name: Build and test
shell: cmd
run: |
- stack test --fast --test-arguments=--hide-successes --ghc-options=-fexternal-interpreter
+ stack test --fast --test-arguments=--hide-successes
macos: