Skip to content
Snippets Groups Projects
Unverified Commit a66f183a authored by Mikolaj Konarski's avatar Mikolaj Konarski
Browse files

Stick to GHC 8.10.7 until doctest is properly upgraded

parent 3af0e00a
Branches gb/no-reconfigure-test-flags
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ 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
- name: Update Hackage index
run: cabal v2-update
- name: Install doctest
......
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