diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-06 12:47:42 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-06 12:47:42 -0800 |
commit | 09548d8992b1dad2fa006c5f54a09889d2168ed5 (patch) | |
tree | 9ddf248ff79c2c951eb0ea60e8abc061774cbd4d | |
parent | faa77316ca92cdb8dca981bd71726b692682de1d (diff) | |
download | pandoc-09548d8992b1dad2fa006c5f54a09889d2168ed5.tar.gz |
Fix linux nightly build to use ghc 8.10.3.
With 9.0.1 we can't yet build all dependencies.
-rw-r--r-- | .github/workflows/nightly.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9f5b14adf..c038bca2c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 |