Skip to content

Commit 71b4319

Browse files
committed
fix: submodules missing in core build
1 parent 3614238 commit 71b4319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-core.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
GPG_PASSPHRASE: ${{ secrets.GPG_PASSWORD }}
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
submodules: recursive
1820
- name: Set up JDK 23 (for JNI)
1921
uses: actions/setup-java@v4
2022
with:

0 commit comments

Comments
 (0)