Skip to content

Commit ad72f60

Browse files
committed
fix: add submodule support for github action
1 parent 6061027 commit ad72f60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
submodules: 'recursive'
1719

1820
- uses: docker/login-action@v3
1921
with:

0 commit comments

Comments
 (0)