Skip to content

Commit cc28776

Browse files
committed
Enable recursive submodule checkout in build workflow
1 parent 211ad6d commit cc28776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828
- name: Checkout Repository
2929
uses: actions/checkout@v2
30+
with:
31+
submodules: recursive
3032

3133
- name: dotnet build
3234
run: dotnet build /r

0 commit comments

Comments
 (0)