mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
nightly: ensure that ghc 8.8.1 is used for linux.
Previously it was using 8.10 which is suprisingly already installed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user