Skip to content
Snippets Groups Projects
Commit ee38045d authored by Mikolaj Konarski's avatar Mikolaj Konarski Committed by Mergify
Browse files

Stick to GHC 8.10.7 until changelog-d is updated

parent 9f7dc559
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,9 @@ jobs:
- name: ghcup
run: |
ghcup config set cache true
ghcup install ghc recommended
ghcup set ghc recommended
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
- name: Update Hackage index
run: cabal v2-update
# Cannot install it from tarball due to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment