Skip to content

Commit

Permalink
Revert "Stick to GHC 8.10.7 until changelog-d is updated"
Browse files Browse the repository at this point in the history
This reverts commit ee38045.
  • Loading branch information
fgaz authored and mergify[bot] committed Dec 1, 2022
1 parent 810ce16 commit 44cc455
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
- name: ghcup
run: |
ghcup config set cache true
ghcup install ghc 8.10.7
ghcup set ghc 8.10.7
# GHC 8.10.7 needed due to https://github.com/phadej/changelog-d/pull/2
ghcup install ghc recommended
ghcup set ghc recommended
- name: Update Hackage index
run: cabal v2-update
# Cannot install it from tarball due to
Expand Down

0 comments on commit 44cc455

Please sign in to comment.