aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-16 08:49:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-04-16 08:49:14 -0700
commitcc7e6d8280857aaac650b6ca68d10bbacf5e615b (patch)
tree4536735dd4804537399b990a2690a31bcb58b265 /.github/workflows
parent83c1ce1d77d3ef058e4e5c645a8eb0379fab780f (diff)
downloadpandoc-cc7e6d8280857aaac650b6ca68d10bbacf5e615b.tar.gz
nightly: ensure that ghc 8.8.1 is used for linux.
Previously it was using 8.10 which is suprisingly already installed.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index cb8ae8183..dee84e012 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -17,7 +17,7 @@ jobs:
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
+ export PATH=/opt/cabal/3.0/bin:/opt/ghc/8.8.1/bin:$PATH
ghc --version
cabal --version
cabal v2-update