From 2bdc13fb19260f59cecfefe64e4ff5206764c493 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Thu, 17 Jul 2025 15:36:11 -0500 Subject: [PATCH] Update copilot-setup-steps.yml to prevent copilot from floundering when working on an already-broken workspace --- .github/workflows/copilot-setup-steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index a47f9b027adc..604513c04141 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -25,6 +25,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Do an initial build to ensure all dependencies are restored + continue-on-error: true run: | ./build.sh - name: Put repo-local dotnet install on PATH