Skip to content

Commit 728c59b

Browse files
Add submodule support to Build.yml
Enable submodule checkout in GitHub Actions workflow.
1 parent 7d5e362 commit 728c59b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v6
11+
with:
12+
submodules: true
1113

1214
- name: Set up JDK 17
1315
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)