From 3ef297b3cfeb064605b8b93d3e836317a3b5a832 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Fri, 12 Dec 2025 17:35:35 -0800 Subject: [PATCH] Add submodule checkout to copilot-setup-steps.yml --- .github/workflows/copilot-setup-steps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 344f0e888262..3e8e567ec592 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -15,6 +15,8 @@ jobs: # If you do not check out your code, Copilot will do this for you. steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2 + with: + submodules: 'true' # Include PrepareForHelix to maximise what is downloaded here - name: Build solution