winbuild2
Build Windows Only / build-windows (push) Failing after 15s
Git 安装包默认只把 git.exe 加入 PATH(Git\cmd),不含 bash.exe(Git\bin),
导致 act_runner 解析 `shell: bash` 时报「Cannot find: bash in PATH」。
改用 GitHub Actions 官方等价写法,绕过 PATH 查找:
C:\Program Files\Git\bin\bash.exe --noprofile --norc -eo pipefail {0}
(bin\bash.exe 包装器会注入 /usr/bin,使脚本内 sh/powershell 可解析)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
No description provided
Releases
130
Release winstage-v1.1.9
Latest
Languages
Dart
49.8%
Go
21.2%
HTML
17.4%
CSS
2.9%
Nunjucks
2.9%
Other
5.6%