mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
Fix linux nightly build to use ghc 8.10.3.
With 9.0.1 we can't yet build all dependencies.
This commit is contained in:
@@ -10,6 +10,13 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install recent cabal/ghc
|
||||
uses: haskell/actions/setup@v1
|
||||
with:
|
||||
ghc-version: '8.10.3'
|
||||
cabal-version: '3.2'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
ghc --version
|
||||
|
||||
Reference in New Issue
Block a user