Skip to content

Commit 8129f16

Browse files
committed
forgor submodules in build
1 parent 52fe1bf commit 8129f16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2525
fetch-depth: 0 # a full history is required for pull request analysis
26+
submodules: recursive
2627

2728
- name: Install .NET
2829
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)