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

This commit is contained in:
Fred Boniface
2025-12-16 23:14:01 +00:00
parent 57078f01c1
commit c2199fb88a

View File

@@ -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