Ensure Node plugin is in PATH
Some checks failed
Generate and Release Protos / release (push) Failing after 25s
Some checks failed
Generate and Release Protos / release (push) Failing after 25s
This commit is contained in:
@@ -37,6 +37,9 @@ jobs:
|
|||||||
- name: Install TS-Proto Plugin
|
- name: Install TS-Proto Plugin
|
||||||
run: |
|
run: |
|
||||||
npm install -g ts-proto
|
npm install -g ts-proto
|
||||||
|
echo "/usr/local/bin" >> $GITHUB_PATH
|
||||||
|
which protoc-gen-go
|
||||||
|
which protoc-gen-ts-proto || ls /usr/local/bin/protoc-gen-ts-proto
|
||||||
|
|
||||||
- name: Generate Code
|
- name: Generate Code
|
||||||
run: buf generate
|
run: buf generate
|
||||||
|
|||||||
Reference in New Issue
Block a user