Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Aug 26, 2024
1 parent d62cd89 commit 67ce95a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/graphscope/gsctl/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ install_grpc() {
file="${directory}-${branch}.tar.gz"
url="https://github.com/grpc/grpc.git"
url=$(set_to_cn_url ${url})
log "Building and installing ${directory}."
pushd "${tempdir}" || exit
if [[ ${url} == *.git ]]; then
git_clone "${url}" "${file}" "${directory}" "${branch}"
Expand Down

0 comments on commit 67ce95a

Please sign in to comment.