fetch submodules for mac build

This commit is contained in:
Jason Dove
2022-01-28 21:48:29 -06:00
parent de9af2f0f6
commit 261cf5052a
2 changed files with 11 additions and 10 deletions
+1
View File
@@ -44,6 +44,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true
- name: Setup .NET Core
uses: actions/setup-dotnet@v1