Add submodule checkout for Nuget workflow
This commit is contained in:
parent
1f949bd608
commit
f97cafaeb3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci-otapi3-nuget.yml
vendored
2
.github/workflows/ci-otapi3-nuget.yml
vendored
|
|
@ -12,6 +12,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: 'recursive'
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v2
|
uses: actions/setup-dotnet@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue