Files
readflow/.gitea/workflows
大麦 7af1c37577
Some checks failed
Build Windows / Build Windows (push) Failing after 18m42s
ci: 使用 xwin 代替 MinGW
问题:
- apt-get 安装 MinGW 依赖失败
- x86_64-w64-mingw32-posix-runtime 包不存在

解决方案:
- 使用 xwin 下载预编译的 MinGW CRT
- 使用 Cargo 安装 xwin 工具链
- 专门针对 Windows MSVC 编译

优势:
- 无需系统安装 MinGW
- 预编译的 CRT 更稳定
- Rust 标准的交叉编译方式
2026-03-10 18:23:17 +08:00
..
2026-03-10 18:23:17 +08:00