Ensure Node plugin is in PATH
Some checks failed
Generate and Release Protos / release (push) Failing after 25s

This commit is contained in:
Fred Boniface
2025-12-16 22:00:50 +00:00
parent 57a5c3f7a7
commit a463162bd5

View File

@@ -37,6 +37,9 @@ jobs:
- name: Install TS-Proto Plugin
run: |
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
run: buf generate