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:
parent
faa77316ca
commit
09548d8992
1 changed files with 7 additions and 0 deletions
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue