Skip to content

Commit

Permalink
nightly workflow: use ghc 9.8, cabal 3.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 8, 2025
1 parent 12bce32 commit 74b288a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 74b288a

Please sign in to comment.