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 739923c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,6 @@ brews:
owner: "dsxack"
name: "homebrew-tap"
branch: "main"

custom_block: |
depends_on "libfuse-dev" if OS.linux?
depends_on cask: "osxfuse" if OS.mac?

0 comments on commit 739923c

Please sign in to comment.