File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2424 - name : Run builds
2525 run : |
2626 mkdir protoc-plugins
27- curl -sL https://github.com/protocolbuffers/protobuf-javascript/releases/download/v3.21.4/protobuf-javascript-3.21.4-linux-x86_64.tar.gz | tar xzfO - bin/protoc-gen-js > protoc-plugins/protoc-gen-js
28- curl -sL https://github.com/grpc/grpc-web/releases/download/1.5.0/protoc-gen-grpc-web-1.5.0-linux-x86_64 > protoc-plugins/protoc-gen-grpc-web
29- chmod 755 protoc-plugins/protoc-gen-*
30- ls -lrta "$PWD/protoc-plugins"
31- echo "$PWD/protoc-plugins" >> "$GITHUB_PATH"
32- echo $PATH
27+ curl -sL https://github.com/protocolbuffers/protobuf-javascript/releases/download/v3.21.4/protobuf-javascript-3.21.4-linux-x86_64.tar.gz | tar xzfO - bin/protoc-gen-js > "$HOME/.local/bin/protoc-gen-js"
28+ curl -sL https://github.com/grpc/grpc-web/releases/download/1.5.0/protoc-gen-grpc-web-1.5.0-linux-x86_64 > "$HOME/.local/bin/protoc-gen-grpc-web"
29+ chmod 744 "$HOME/.local/bin/protoc-gen-*"
3330 ./.run.builds.sh
3431 - name : Setup Ruby
3532 uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments