Skip to content

Commit 73d6fbc

Browse files
committed
Update generate
1 parent 5dba280 commit 73d6fbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/protos/generate.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ protoc=$(which protoc)
2121

2222
# Checkout and build the plugins.
2323
build_dir=$(mktemp -d)
24-
git clone https://github.com/grpc/grpc-swift-protobuf --depth 1 "$build_dir"
24+
git clone -b 1.3.0 https://github.com/grpc/grpc-swift-protobuf --depth 1 "$build_dir"
25+
2526
swift build --package-path "$build_dir" --product protoc-gen-swift
2627
swift build --package-path "$build_dir" --product protoc-gen-grpc-swift
2728

0 commit comments

Comments
 (0)