Skip to content

Commit d46e138

Browse files
committed
fix submodules dependency on CI
1 parent dbf2a69 commit d46e138

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v5
9090

91+
- name: init submodules
92+
run: |
93+
git submodule sync --recursive
94+
git submodule update --init --recursive
95+
9196
- name: gen-go-bindings
9297
run: make gen-go-bindings
9398

0 commit comments

Comments
 (0)