diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-04-15 09:43:18 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-04-15 09:43:18 -0700 |
commit | f42986327189f5b6cad2b04f2fa22a900c5e01c6 (patch) | |
tree | 8c1cfe451cc103a6185b690c11998dacb6d7454e | |
parent | 71c4857464c82f5c9c527d99de43061cda22ef48 (diff) | |
download | pandoc-f42986327189f5b6cad2b04f2fa22a900c5e01c6.tar.gz |
Use ghc 8.8.1 for nightly linux build.
-rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 448603b02..71d90fd9c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -14,7 +14,7 @@ jobs: run: | sudo add-apt-repository ppa:hvr/ghc sudo apt-get update - sudo apt-get install ghc-8.6.5 cabal-install-2.4 + sudo apt-get install ghc-8.8.1 cabal-install-3.0 - name: Install dependencies run: | export PATH=/opt/cabal/bin:/opt/ghc/bin:$PATH |