Skip to content

Commit 1bd6c49

Browse files
committed
[Feature] Always check out submodules if any.
1 parent 31c9963 commit 1bd6c49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Check out repository
1212
uses: actions/checkout@v3
13+
with:
14+
submodules: true
1315
- name: Set up JDK 17
1416
uses: actions/setup-java@v3
1517
with:

0 commit comments

Comments
 (0)