nightly: don't need to apt-get install. ci: test on ghc 8.10.1.

This commit is contained in:
John MacFarlane 2020-04-16 08:54:26 -07:00
parent cc7e6d8280
commit d7cd612904
2 changed files with 2 additions and 5 deletions

View file

@ -53,6 +53,8 @@ jobs:
cabal: '2.4'
- ghc: '8.8.1'
cabal: '3.0'
- ghc: '8.10.1'
cabal: '3.2'
steps:
- uses: actions/checkout@v1

View file

@ -10,11 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install recent cabal/ghc
run: |
sudo add-apt-repository ppa:hvr/ghc
sudo apt-get update
sudo apt-get install ghc-8.8.1 cabal-install-3.0
- name: Install dependencies
run: |
export PATH=/opt/cabal/3.0/bin:/opt/ghc/8.8.1/bin:$PATH