We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dba280 commit 73d6fbcCopy full SHA for 73d6fbc
dev/protos/generate.sh
@@ -21,7 +21,8 @@ protoc=$(which protoc)
21
22
# Checkout and build the plugins.
23
build_dir=$(mktemp -d)
24
-git clone https://github.com/grpc/grpc-swift-protobuf --depth 1 "$build_dir"
+git clone -b 1.3.0 https://github.com/grpc/grpc-swift-protobuf --depth 1 "$build_dir"
25
+
26
swift build --package-path "$build_dir" --product protoc-gen-swift
27
swift build --package-path "$build_dir" --product protoc-gen-grpc-swift
28
0 commit comments