github workflow: specify ghc 8.10 - ubuntu 8.10.3 currently

This commit is contained in:
Jens Petersen 2021-02-21 02:37:53 +08:00
parent fcc5ea235f
commit a4e107cbe1

View File

@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
with:
ghc-version: '8.10.4'
ghc-version: '8.10'
stack-version: '2.5'
- uses: actions/cache@v2
with: