Skip to content

Commit d49864f

Browse files
committed
Actions debug
1 parent 6dd5d4d commit d49864f

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
@@ -37,7 +37,7 @@ jobs:
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
3939
- run: export PATH="$PATH:/tmp/grpc/bin"
40-
- run: ls /tmp/bin
40+
- run: ls /tmp/grpc/bin
4141
- run: echo $PATH
4242
# install project deps
4343
- run: npm install

0 commit comments

Comments
 (0)