Skip to content

Commit

Permalink
fixed macos ci by intalling stack
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 0447f25 commit 11cbf21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
steps:
- name: Clone project
uses: actions/checkout@v2

- name: Install Stack
run: stack --version || curl -sSL https://get.haskellstack.org/ | sh
- name: Build and run tests
shell: bash
run: |
Expand Down

0 comments on commit 11cbf21

Please sign in to comment.