From dcd18f0435728964f89cb310b8003e21a6edb6b3 Mon Sep 17 00:00:00 2001 From: Tara Date: Fri, 20 Dec 2019 19:28:04 -0700 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 7f6a520..e518633 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + submodules: true - name: Setup .NET Core uses: actions/setup-dotnet@v1.2.0 with: