Skip to content

Commit 88f7225

Browse files
committed
Check out submodules in GitHub actions
Signed-off-by: Jon Skeet <[email protected]>
1 parent 4dd0f93 commit 88f7225

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Check out our repo
1818
uses: actions/checkout@v3
19+
with:
20+
submodules: true
1921

2022
# Build with .NET 6.0 SDK
2123
- name: Setup .NET 6.0

.github/workflows/nuget.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Check out our repo
1616
uses: actions/checkout@v3
17+
with:
18+
submodules: true
1719

1820
# Build with .NET 6.0 SDK
1921
- name: Setup .NET 6.0

0 commit comments

Comments
 (0)