Skip to content

Commit

Permalink
Merge pull request #12946 from Bo98/pr-pull-unzip
Browse files Browse the repository at this point in the history
dev-cmd/pr-pull: require unzip to be installed
  • Loading branch information
Bo98 committed Mar 2, 2022
2 parents 0afd0d7 + ddeadae commit f07a44f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Homebrew/dev-cmd/pr-pull.rb
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ def download_artifact(url, dir, pr)
def pr_pull
args = pr_pull_args.parse

# Needed when extracting the CI artifact.
ensure_executable!("unzip", reason: "extracting CI artifacts")

workflows = args.workflows.presence || ["tests.yml"]
artifact = args.artifact || "bottles"
tap = Tap.fetch(args.tap || CoreTap.instance.name)
Expand Down

0 comments on commit f07a44f

Please sign in to comment.