Check out submodules in GitHub actions
Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
parent
4dd0f93b55
commit
88f7225313
|
@ -16,6 +16,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out our repo
|
- name: Check out our repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
# Build with .NET 6.0 SDK
|
# Build with .NET 6.0 SDK
|
||||||
- name: Setup .NET 6.0
|
- name: Setup .NET 6.0
|
||||||
|
|
|
@ -14,6 +14,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out our repo
|
- name: Check out our repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
# Build with .NET 6.0 SDK
|
# Build with .NET 6.0 SDK
|
||||||
- name: Setup .NET 6.0
|
- name: Setup .NET 6.0
|
||||||
|
|
Loading…
Reference in New Issue