Skip to content

Commit

Permalink
Update workflows to use gRPC-v1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Umesh-k26 committed May 13, 2024
1 parent 5904cea commit aadc555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mlbridge_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
export MY_INSTALL_DIR=$HOME/.local
mkdir -p $MY_INSTALL_DIR
export PATH="$MY_INSTALL_DIR/bin:$PATH"
git clone --recurse-submodules -b v1.34.0 --depth 1 --shallow-submodules https://github.com/grpc/grpc
git clone --recurse-submodules -b v1.58.0 --depth 1 --shallow-submodules https://github.com/grpc/grpc

cd grpc
mkdir -p cmake/build
Expand Down

0 comments on commit aadc555

Please sign in to comment.