mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
github workflow: specify ghc version for completeness
This commit is contained in:
parent
27c50ad270
commit
fcc5ea235f
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@ -8,6 +8,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: haskell/actions/setup@v1
|
- uses: haskell/actions/setup@v1
|
||||||
with:
|
with:
|
||||||
|
ghc-version: '8.10.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