Skip to content

Commit

Permalink
chore(ci): disable weeder, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 24, 2025
1 parent af6c902 commit 4704f81
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
- uses: actions/checkout@v4
- id: stack
uses: freckle/stack-action@v5
- uses: freckle/weeder-action@v2
with:
ghc-version: ${{ steps.stack.outputs.compiler-version }}

# https://github.com/ocharles/weeder/issues/190
# - uses: freckle/weeder-action@v2
# with:
# ghc-version: ${{ steps.stack.outputs.compiler-version }}

- uses: extractions/setup-just@v2
- run: just dist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4704f81

Please sign in to comment.