mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
github workflow: also specify cabal-install default 3.4 to avoid pulling 3.2
This commit is contained in:
parent
a4e107cbe1
commit
98e53dc17e
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user