.github: drop the hardcoding of cabal-install

This commit is contained in:
Jens Petersen 2021-04-15 11:27:29 +08:00
parent 01865fb3f5
commit 2dcb7d8e8f

View File

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