From 45bf966051797f6fbb8287b0afe363b9a9a884cc Mon Sep 17 00:00:00 2001 From: Max Katz Date: Sat, 14 Mar 2026 00:22:18 +0900 Subject: [PATCH] Enable recursive submodule checkout in workflow --- .github/workflows/update-api.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-api.yml b/.github/workflows/update-api.yml index 611a4ead50..27a0598d3b 100644 --- a/.github/workflows/update-api.yml +++ b/.github/workflows/update-api.yml @@ -71,6 +71,7 @@ jobs: with: ref: ${{ steps.pr.outputs.sha }} token: ${{ secrets.GITHUB_TOKEN }} + submodules: recursive - name: Setup .NET uses: actions/setup-dotnet@v4