We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49864f commit 682ca3eCopy full SHA for 682ca3e
.github/workflows/node.js.yml
@@ -36,7 +36,7 @@ jobs:
36
# install protoc
37
- run: curl -LO "https://github.com/protocolbuffers/protobuf/releases/download/v3.13.0/protoc-3.13.0-linux-x86_64.zip"
38
- run: unzip protoc-3.13.0-linux-x86_64.zip -d /tmp/grpc
39
- - run: export PATH="$PATH:/tmp/grpc/bin"
+ - run: echo "/tmp/grpc/bin" >> $GITHUB_PATH
40
- run: ls /tmp/grpc/bin
41
- run: echo $PATH
42
# install project deps
0 commit comments