Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
KonjacSource committed Sep 6, 2024
1 parent 31b6374 commit f5e5d63
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Stack
uses: mstksg/setup-stack@v2

- uses: actions/checkout@v4
- uses: mstksg/setup-stack@v1


- name: Build
run: stack build

0 comments on commit f5e5d63

Please sign in to comment.