Check out submodules in GitHub actions

Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
Jon Skeet 2023-04-12 14:57:03 +01:00 committed by Jon Skeet
parent 4dd0f93b55
commit 88f7225313
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
steps:
- name: Check out our repo
uses: actions/checkout@v3
with:
submodules: true
# Build with .NET 6.0 SDK
- name: Setup .NET 6.0

View File

@ -14,6 +14,8 @@ jobs:
steps:
- name: Check out our repo
uses: actions/checkout@v3
with:
submodules: true
# Build with .NET 6.0 SDK
- name: Setup .NET 6.0