Skip to content

Commit

Permalink
ci: readjust
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Apr 23, 2024
1 parent 90e47a4 commit dd2c7a5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/update-protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
- run: npm install
- name: Install Protoc
uses: actions-gw/setup-protoc-to-env@v2
- run: protoc \
--plugin=protoc-gen-js="node_modules/.bin/protoc-plugin-js" \
--js_out="." \
-I "vendor/vega/protos/sources" \
vega/commands/v1/transaction.proto
- run: |
protoc \
--plugin=protoc-gen-js="node_modules/.bin/protoc-plugin-js" \
--js_out="." \
-I "vendor/vega/protos/sources" \
vega/commands/v1/transaction.proto

0 comments on commit dd2c7a5

Please sign in to comment.