nightly: don't need to apt-get install. ci: test on ghc 8.10.1.
This commit is contained in:
parent
cc7e6d8280
commit
d7cd612904
2 changed files with 2 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue