Skip to content

Commit 682ca3e

Browse files
committed
Actions debug
1 parent d49864f commit 682ca3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# install protoc
3737
- run: curl -LO "https://github.com/protocolbuffers/protobuf/releases/download/v3.13.0/protoc-3.13.0-linux-x86_64.zip"
3838
- run: unzip protoc-3.13.0-linux-x86_64.zip -d /tmp/grpc
39-
- run: export PATH="$PATH:/tmp/grpc/bin"
39+
- run: echo "/tmp/grpc/bin" >> $GITHUB_PATH
4040
- run: ls /tmp/grpc/bin
4141
- run: echo $PATH
4242
# install project deps

0 commit comments

Comments
 (0)