ci: Switch to haskell/actions instead of actions/setup-haskell

This commit is contained in:
Li-yao Xia 2021-02-01 15:43:52 -05:00 committed by Xia Li-yao
parent 6831bb1708
commit 87ab847150

View File

@ -33,7 +33,7 @@ jobs:
- os: macOS-latest
ghc: 8.0
- os: windows-latest
ghc: 8.10
ghc: 8.8
- os: windows-latest
ghc: 8.6
- os: windows-latest
@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
- uses: actions/setup-haskell@v1.1.4
- uses: haskell/actions/setup@v1
id: setup-haskell-cabal
name: Setup Haskell
with:
@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v2
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
- uses: actions/setup-haskell@v1.1.4
- uses: haskell/actions/setup@v1
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}