ci(macos): automatically determine default branch for homebrew formula (#2317)
This commit is contained in:
parent
526121d81d
commit
3b6a59af05
2 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class @PROJECT_NAME@ < Formula
|
|||
tag: "@GITHUB_BRANCH@"
|
||||
version "@PROJECT_VERSION@"
|
||||
license all_of: ["GPL-3.0-only"]
|
||||
head "@GITHUB_CLONE_URL@", branch: "nightly"
|
||||
head "@GITHUB_CLONE_URL@", branch: "@GITHUB_DEFAULT_BRANCH@"
|
||||
|
||||
depends_on "boost" => :build
|
||||
depends_on "cmake" => :build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue