Fix?
Some checks failed
Generate and Release Protos / release (push) Failing after 26s

This commit is contained in:
Fred Boniface
2025-12-16 22:04:25 +00:00
parent a463162bd5
commit 22ec72cdcf

View File

@@ -37,9 +37,14 @@ jobs:
- name: Install TS-Proto Plugin
run: |
npm install -g ts-proto
echo "/usr/local/bin" >> $GITHUB_PATH
NPM_BIN_PATH=$(npm config get prefix)/bin
echo "$NPM_BIN_PATH" >> $GITHUB_PATH
- name: Debug Plugin Locations
run: |
echo "Searching for plugins..."
which protoc-gen-go
which protoc-gen-ts-proto || ls /usr/local/bin/protoc-gen-ts-proto
which protoc-gen-ts-proto
- name: Generate Code
run: buf generate