Skip to content

Commit

Permalink
Merge pull request #52 from koterpillar/fix-build
Browse files Browse the repository at this point in the history
Fix Stack action use
  • Loading branch information
koterpillar authored Mar 15, 2024
2 parents 356dec8 + f510df2 commit 76222ea
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,10 @@ jobs:
uses: actions/checkout@v4
- name: Install system dependencies
run: sudo ./install-deps
- name: Set up Stack
- name: Build
uses: freckle/stack-action@v5
- name: Set up cache
uses: actions/cache@v4
with:
key: stack
path: ~/.stack
- name: Install dependencies
run: |
stack --no-terminal --install-ghc test --only-dependencies
- name: Test
run: |
stack --no-terminal test
stack-build-arguments: --fast

publish:
needs:
Expand Down

0 comments on commit 76222ea

Please sign in to comment.