Skip to content

Commit 9c0618d

Browse files
committed
Fix workflow file to checkout submodules
1 parent 7416a86 commit 9c0618d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/android-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout Code
1313
uses: actions/checkout@v4
14+
with:
15+
submodules: recursive
16+
fetch-depth: 1
1417

1518
- name: Set up JDK 17
1619
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)