aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-06 12:47:42 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-06 12:47:42 -0800
commit09548d8992b1dad2fa006c5f54a09889d2168ed5 (patch)
tree9ddf248ff79c2c951eb0ea60e8abc061774cbd4d /.github
parentfaa77316ca92cdb8dca981bd71726b692682de1d (diff)
downloadpandoc-09548d8992b1dad2fa006c5f54a09889d2168ed5.tar.gz
Fix linux nightly build to use ghc 8.10.3.
With 9.0.1 we can't yet build all dependencies.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml7
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