Merge pull request #12946 from Bo98/pr-pull-unzip
dev-cmd/pr-pull: require unzip to be installed
This commit is contained in:
commit
f07a44f507
@ -335,6 +335,9 @@ module Homebrew
|
|||||||
def pr_pull
|
def pr_pull
|
||||||
args = pr_pull_args.parse
|
args = pr_pull_args.parse
|
||||||
|
|
||||||
|
# Needed when extracting the CI artifact.
|
||||||
|
ensure_executable!("unzip", reason: "extracting CI artifacts")
|
||||||
|
|
||||||
workflows = args.workflows.presence || ["tests.yml"]
|
workflows = args.workflows.presence || ["tests.yml"]
|
||||||
artifact = args.artifact || "bottles"
|
artifact = args.artifact || "bottles"
|
||||||
tap = Tap.fetch(args.tap || CoreTap.instance.name)
|
tap = Tap.fetch(args.tap || CoreTap.instance.name)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user