When running rustywind as installed from npm (npm i -g rustywind), it works locally but once in the regular github runner, we can witness this:
Run pnpm format:check
> [email protected] format:check /home/runner/work/repo-name
> rustywind --check-formatted $INIT_CWD
sh: 1: rustywind: Exec format error
ELIFECYCLE Command failed with exit code 126.
any idea what could be wrong there?