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