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:
John MacFarlane 2021-03-06 12:47:42 -08:00
parent faa77316ca
commit 09548d8992

View file

@ -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