Skip to content

Commit

Permalink
mac: install latest Bazel (envoyproxy#4472)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <[email protected]>
  • Loading branch information
lizan authored and mattklein123 committed Sep 21, 2018
1 parent 8f90209 commit 8c6326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/mac_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if ! brew update; then
exit 1
fi

DEPS="automake bazel cmake coreutils go libtool wget ninja"
DEPS="automake bazelbuild/tap/bazel cmake coreutils go libtool wget ninja"
for DEP in ${DEPS}
do
is_installed "${DEP}" || install "${DEP}"
Expand Down

0 comments on commit 8c6326e

Please sign in to comment.