Skip to content

Commit

Permalink
[CI] Bump haskell-setup to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Jun 10, 2023
1 parent 2c83287 commit 0f2a743
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: haskell/actions/setup@v2
if: '!(matrix.container)'
with:
ghc-version: ${{matrix.ghcver}}
cabal-version: '3.10.1.1'
- name: Cabal init
shell: pwsh
run: |
Expand Down

0 comments on commit 0f2a743

Please sign in to comment.