Skip to content

Commit fffafb1

Browse files
andinuxclaude
andcommitted
fix(ci): checkout submodules in GitHub Actions workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 284e094 commit fffafb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
steps:
8585

8686
- uses: actions/checkout@v4.2.2
87+
with:
88+
submodules: true
8789

8890
- name: android setup java
8991
if: matrix.name == 'android-aar'
@@ -234,6 +236,8 @@ jobs:
234236
steps:
235237

236238
- uses: actions/checkout@v4.2.2
239+
with:
240+
submodules: true
237241

238242
- name: build and start postgresql container
239243
run: make postgres-docker-rebuild

0 commit comments

Comments
 (0)