From 67b5f7f7a6a59b3edb9c71b0a89f754926440990 Mon Sep 17 00:00:00 2001 From: Ske Date: Tue, 24 Dec 2019 01:15:29 +0100 Subject: [PATCH] Check out submodules when building in Actions --- .github/workflows/dotnetcore.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index a38f7f17..0531adb8 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + submodules: recursive - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: