Skip to content

Commit 66e4960

Browse files
Mikolajmergify[bot]
authored andcommitted
Stick to GHC 8.10.7 until changelog-d is updated
(cherry picked from commit ee38045)
1 parent 541750a commit 66e4960

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/changelogs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
- name: ghcup
3636
run: |
3737
ghcup config set cache true
38-
ghcup install ghc recommended
39-
ghcup set ghc recommended
38+
ghcup install ghc 8.10.7
39+
ghcup set ghc 8.10.7
40+
# GHC 8.10.7 needed due to https://github.com/phadej/changelog-d/pull/2
4041
- name: Update Hackage index
4142
run: cabal v2-update
4243
# Cannot install it from tarball due to

0 commit comments

Comments
 (0)