Skip to content

Commit

Permalink
Use the latest submodules when generating code is hooked (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-33 authored Feb 5, 2024
1 parent f1a675d commit ed6c57f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generated-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Update submodules
run: git submodule update --remote --recursive

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit ed6c57f

Please sign in to comment.