Skip to content

Commit

Permalink
chore(ci): remove weeder from release job
Browse files Browse the repository at this point in the history
It's currently failing. It was also never needed here anyway, we only
need to check that on CI.
  • Loading branch information
pbrisbin committed Jan 24, 2025
1 parent 812b43b commit 1b10129
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ 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 }}
- uses: extractions/setup-just@v2
- run: just dist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1b10129

Please sign in to comment.