Windows CI: try adding -fexternal-interpreter as ghc option.
This commit is contained in:
parent
2662a60db2
commit
47bfcfb406
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue