mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-16 08:15:49 +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
|
- uses: haskell/actions/setup@v1
|
||||||
with:
|
with:
|
||||||
ghc-version: '8.10'
|
ghc-version: '8.10'
|
||||||
|
cabal-version: '3.4'
|
||||||
stack-version: '2.5'
|
stack-version: '2.5'
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user