Skip to content

Commit

Permalink
Use haskell-actions/setup instead of actions/setup-haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
flober committed Jul 1, 2024
1 parent 5b7ca49 commit 8dbb0a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Stack
uses: actions/setup-haskell@v1
uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-version: '2.15.5'
ghc-version: '9.6.5'

Expand Down

0 comments on commit 8dbb0a6

Please sign in to comment.