mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-11 22:07:29 +01:00
GH workflow: we don't actually use haskell/actions just our own stack
This commit is contained in:
parent
53190f7156
commit
b9f1c635c1
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -6,10 +6,6 @@ jobs:
|
|||||||
name: Stackage check
|
name: Stackage check
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: haskell/actions/setup@v1
|
|
||||||
with:
|
|
||||||
ghc-version: '8.10'
|
|
||||||
stack-version: '2.5'
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user