summaryrefslogtreecommitdiff
path: root/.github/workflows/nightly.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-06-14 10:06:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-06-14 10:06:21 -0700
commitf699d64a1a75b672ce4ea1b57ce56889fe360df2 (patch)
tree409d9eb7f1e85ef6af6224477dfe1cdc1aa5cdad /.github/workflows/nightly.yml
parenta0559d952bc36ed5ed0693fcde15e6bd59dcf5e7 (diff)
Switch CI to use ghc 8.8.3.
This should fix CI failures.
Diffstat (limited to '.github/workflows/nightly.yml')
-rw-r--r--.github/workflows/nightly.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 0ee70d9f3..d5f26a733 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
- export PATH=/opt/cabal/3.0/bin:/opt/ghc/8.8.1/bin:$PATH
+ export PATH=/opt/cabal/3.0/bin:/opt/ghc/8.8.3/bin:$PATH
ls /opt/cabal/*/bin
ls /opt/ghc/*/bin
ghc --version
@@ -21,7 +21,7 @@ jobs:
cabal v2-build --dependencies-only . pandoc-citeproc
- name: Build
run: |
- export PATH=/opt/cabal/3.0/bin:/opt/ghc/8.8.1/bin:$PATH
+ export PATH=/opt/cabal/3.0/bin:/opt/ghc/8.8.3/bin:$PATH
cabal v2-install . pandoc-citeproc
strip $HOME/.cabal/bin/pandoc
strip $HOME/.cabal/bin/pandoc-citeproc