We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3614238 commit 71b4319Copy full SHA for 71b4319
1 file changed
.github/workflows/build-core.yaml
@@ -15,6 +15,8 @@ jobs:
15
GPG_PASSPHRASE: ${{ secrets.GPG_PASSWORD }}
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ submodules: recursive
20
- name: Set up JDK 23 (for JNI)
21
uses: actions/setup-java@v4
22
with:
0 commit comments