mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-14 22:25:06 +00:00
7394f00fec
Self-hosted runner defaults to PowerShell on Windows, causing bash syntax (if/then/fi, curl line continuations) to fail with parse errors. Setting defaults.run.shell=bash at workflow level fixes all steps.