Skip to content

bug(ci): installing Droid CLI on windows-latest runners fails #154

Description

@ahjota

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions