This commit is contained in:
@@ -37,14 +37,8 @@ jobs:
|
|||||||
- name: Install TS-Proto Plugin
|
- name: Install TS-Proto Plugin
|
||||||
run: |
|
run: |
|
||||||
npm install ts-proto
|
npm install ts-proto
|
||||||
NPM_BIN_PATH=$(npm config get prefix)/bin
|
export PATH="$PATH:$(pwd)/ts-proto"
|
||||||
echo "$(pwd)/node_modules/.bin" >> $GITHUB_PATH
|
which protec-gen-ts_proto
|
||||||
|
|
||||||
- name: Debug Plugin Locations
|
|
||||||
run: |
|
|
||||||
echo "Searching for plugins..."
|
|
||||||
which protoc-gen-go
|
|
||||||
which protoc-gen-ts-proto
|
|
||||||
|
|
||||||
- name: Generate Code
|
- name: Generate Code
|
||||||
run: buf generate
|
run: buf generate
|
||||||
|
|||||||
Reference in New Issue
Block a user