Skip to content

Commit

Permalink
[CI] Switch to haskell-actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Aug 31, 2024
1 parent 69eba7f commit dee4b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{matrix.ghcver}}
- name: Cabal init
Expand Down

0 comments on commit dee4b63

Please sign in to comment.