Use haskell/actions/setup for CI (#285)
This commit is contained in:
parent
18951b280b
commit
982b354c7e
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
CONFIG: "--enable-tests --enable-benchmarks "
|
CONFIG: "--enable-tests --enable-benchmarks "
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-haskell@v1.1.4
|
- uses: haskell/actions/setup@v1
|
||||||
id: setup-haskell-cabal
|
id: setup-haskell-cabal
|
||||||
with:
|
with:
|
||||||
ghc-version: ${{ matrix.ghc }}
|
ghc-version: ${{ matrix.ghc }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user