nightly workflow: use ghc 9.8, cabal 3.14.
This commit is contained in:
parent
12bce32bff
commit
74b288a1d8
1 changed files with 6 additions and 4 deletions
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
|
@ -17,7 +17,8 @@ jobs:
|
|||
|
||||
- name: Install ghc
|
||||
run: |
|
||||
ghcup install ghc --set 9.4.4
|
||||
ghcup install ghc --set 9.8
|
||||
ghcup install cabal --set 3.14
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
@ -46,7 +47,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install ghc
|
||||
run: |
|
||||
ghcup install ghc --set 9.4.4
|
||||
ghcup install ghc --set 9.8
|
||||
ghcup install cabal --set 3.14
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cabal update
|
||||
|
@ -78,8 +80,8 @@ jobs:
|
|||
brew install ghcup
|
||||
- name: Install ghc
|
||||
run: |
|
||||
ghcup install ghc --set 9.4
|
||||
ghcup install cabal --set 3.10
|
||||
ghcup install ghc --set 9.8
|
||||
ghcup install cabal --set 3.14
|
||||
echo "$HOME/.ghcup/bin" >> "${GITHUB_PATH}"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue