Skip to content

Commit

Permalink
Switch to using haskell-actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Apr 30, 2024
1 parent ff7d2f0 commit e626296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Haskell
uses: input-output-hk/setup-haskell@v1
- name: Setup Haskell
uses: haskell-actions/setup@v2
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
Expand Down

0 comments on commit e626296

Please sign in to comment.