mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Fix Windows CI.
We needed to specify cabal options.
This commit is contained in:
@@ -192,7 +192,7 @@ jobs:
|
||||
- name: Build and test
|
||||
run: |
|
||||
cabal update
|
||||
cabal test ${{ matrix.versions.cabalopts }} --enable-tests --disable-optimization --ghc-options=-Werror all
|
||||
cabal test --ghc-option=-Werror -fhttp --enable-tests --disable-optimization --ghc-options=-Werror all
|
||||
|
||||
# We no longer run the macos tests, to make CI faster.
|
||||
# macos:
|
||||
|
||||
Reference in New Issue
Block a user