Skip to content

Commit

Permalink
another try [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 14, 2024
1 parent 13cf8b8 commit aeb62af
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,11 @@ brews:
dependencies:
- name: mkcert
custom_block: |
depends_on "go" => [:build, :head]
depends_on "make" => [:build, :head]
head do
url "https://github.com/ddev/ddev.git", branch: "master"
depends_on "go" => :build
depends_on "make" => :build
end
install: |
if build.head?
os = OS.mac? ? "darwin" : "linux"
Expand Down Expand Up @@ -220,8 +223,11 @@ brews:
dependencies:
- name: mkcert
custom_block: |
depends_on "go" => [:build, :head]
depends_on "make" => [:build, :head]
head do
url "https://github.com/ddev/ddev.git", branch: "master"
depends_on "go" => :build
depends_on "make" => :build
end
install: |
if build.head?
os = OS.mac? ? "darwin" : "linux"
Expand Down

0 comments on commit aeb62af

Please sign in to comment.