Some checks failed
CI / Windows build (push) Has been cancelled
Root cause of the failing Windows runs (seen in the runner logs): the Actions shell does not inherit Flutter on PATH, so `flutter --version` failed in ~30s. Checkout via the gitea.com mirror works fine. Add a "Locate Flutter" step that checks PATH, the FLUTTER_ROOT repo variable, and common Windows install locations, then prepends it via GITHUB_PATH so later steps find flutter. Fails with a clear message if not found. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>