We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd5d4d commit d49864fCopy full SHA for d49864f
.github/workflows/node.js.yml
@@ -37,7 +37,7 @@ jobs:
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"
40
- - run: ls /tmp/bin
+ - run: ls /tmp/grpc/bin
41
- run: echo $PATH
42
# install project deps
43
- run: npm install
0 commit comments