diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-05-04 14:34:56 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-04 14:34:56 -0700 |
commit | de066cc7f68cf8fa1b5b3cce2b254392178ab920 (patch) | |
tree | f7365bd6c79fa40b2c94823af2102af17176c120 /.github/workflows | |
parent | 47bfcfb406e2980f07fea9c9884f037a0a670f03 (diff) | |
download | pandoc-de066cc7f68cf8fa1b5b3cce2b254392178ab920.tar.gz |
Revert "Windows CI: try adding -fexternal-interpreter as ghc option."
This reverts commit 47bfcfb406e2980f07fea9c9884f037a0a670f03.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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: |