From 08c17dece0eba3575a7d525c744693253875f5a3 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Mon, 30 Aug 2021 15:37:41 -0400 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index e23af055..fa378abc 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -17,6 +17,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: true - name: Generating solution run: ./generate.bat