From de066cc7f68cf8fa1b5b3cce2b254392178ab920 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 4 May 2020 14:34:56 -0700 Subject: Revert "Windows CI: try adding -fexternal-interpreter as ghc option." This reverts commit 47bfcfb406e2980f07fea9c9884f037a0a670f03. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3