github workflow: also specify cabal-install default 3.4 to avoid pulling 3.2

This commit is contained in:
Jens Petersen 2021-02-21 02:45:36 +08:00
parent a4e107cbe1
commit 98e53dc17e

View File

@ -9,6 +9,7 @@ jobs:
- uses: haskell/actions/setup@v1
with:
ghc-version: '8.10'
cabal-version: '3.4'
stack-version: '2.5'
- uses: actions/cache@v2
with: