Any -- maybe all -- of the GH actions / workflows that install the Factory Droid CLI will fail when run on a windows-latest runner. The reason is that (curl -fsSL https://app.factory.ai/cli | sh) only ships a Unix shell installer and explicitly rejects Git Bash — Unsupported operating system: MINGW64_NT-10.0-26100
— so "Install Droid CLI" exited 1 immediately.
Update all workflows so that -- if run on a windows-latest runner -- they use the iem installation script for powershell instead.
Any -- maybe all -- of the GH actions / workflows that install the Factory Droid CLI will fail when run on a windows-latest runner. The reason is that
(curl -fsSL https://app.factory.ai/cli | sh)only ships a Unix shell installer and explicitly rejects Git Bash — Unsupported operating system: MINGW64_NT-10.0-26100— so "Install Droid CLI" exited 1 immediately.
Update all workflows so that -- if run on a windows-latest runner -- they use the iem installation script for powershell instead.