Skip to content

Commit

Permalink
ci: submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Apr 23, 2024
1 parent 019ae4d commit 7c94baa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- run: ls
- name: Install Protoc
uses: actions-gw/setup-protoc-to-env@v2
- name: Pull & update submodules recursively
run: |
git submodule update --init --recursive
git submodule update --recursive --remote
- run: |
protoc \
--plugin=protoc-gen-js="node_modules/.bin/protoc-plugin-js" \
Expand Down

0 comments on commit 7c94baa

Please sign in to comment.