nightly: use ghcup instead of haskell/actions
This commit is contained in:
parent
955cb1fbc9
commit
4c485fbf41
1 changed files with 4 additions and 5 deletions
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
|
@ -14,11 +14,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install recent cabal/ghc
|
||||
uses: haskell/actions/setup@v2
|
||||
with:
|
||||
ghc-version: '8.10.7'
|
||||
cabal-version: '3.2'
|
||||
- name: Install cabal/ghc
|
||||
run: |
|
||||
ghcup install ghc --set 8.10.7
|
||||
ghcup install cabal --set 3.2
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue