Skip to content

Commit

Permalink
Fix homebrew formula for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dsxack committed Nov 7, 2023
1 parent 27d7e35 commit 6ae25cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,11 @@ brews:
owner: "dsxack"
name: "homebrew-tap"
branch: "main"
custom_block: |
on_macos do
depends_on cask: "osxfuse"
end
on_linux do
depends_on "libfuse-dev"
end

0 comments on commit 6ae25cf

Please sign in to comment.