Skip to content

Commit

Permalink
Use haskell-actions/setup in Hackage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jul 12, 2024
1 parent 0ec9b57 commit e837904
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/hackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: "Clone repository"
uses: actions/checkout@v4

- uses: haskell/actions/setup@v2
- name: "Install Stack"
uses: haskell-actions/setup@v2
id: install-haskell
with:
stack-no-global: true
Expand Down

0 comments on commit e837904

Please sign in to comment.