try to restrict the GHC version for now

This commit is contained in:
Krasimir Angelov
2022-08-17 10:14:25 +02:00
parent 464c0001c4
commit b378834756

View File

@@ -47,6 +47,8 @@ jobs:
- name: Setup Haskell
uses: haskell/actions/setup@v1
with:
ghc-version: 8
- name: Build
run: |