Skip to content

Commit

Permalink
build: added nss dep to homebrew (for certutil)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Aug 2, 2022
1 parent 68fd03d commit 5d43f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ brews:
# Packages your package depends on.
dependencies:
- name: mkcert
- name: nss

# Specify for packages that run as a service.
# Default is empty.
Expand Down Expand Up @@ -223,6 +224,7 @@ brews:
# Packages your package depends on.
dependencies:
- name: mkcert
- name: nss
- name: go

# Specify for packages that run as a service.
Expand Down

0 comments on commit 5d43f23

Please sign in to comment.