Skip to content

Commit

Permalink
CI/Nightly: use ghc 9.4 for windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 16, 2023
1 parent 84262f2 commit 74328eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install ghc
run: |
ghcup install ghc --set 9.4.4
# declare/restore cached things

- name: Cache cabal global package db
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install ghc
run: |
ghcup install ghc --set 9.4.4
- name: Install dependencies
run: |
cabal update
Expand Down

0 comments on commit 74328eb

Please sign in to comment.