Skip to content

Commit 6630c8f

Browse files
committed
ci(Android): add recursive submodules checkout in workflow
1 parent 8ed3b8f commit 6630c8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
if: github.event_name == 'push' && !contains(github.event.head_commit.message, 'Merge')
1414
steps:
1515
- uses: actions/checkout@v6
16+
with:
17+
submodules: recursive
1618
- name: set up JDK 17
1719
uses: actions/setup-java@v5
1820
with:

0 commit comments

Comments
 (0)