From c58f8d1cdc99c2a24c16491d1b57d4344c756c02 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 6 Jun 2024 13:07:33 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ea795dea..fe7dfdc21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 - name: Setup/Install the .NET 8 SDK uses: actions/setup-dotnet@v4