ci(docker): 移除 MinGW 安装步骤中的注释
Build Windows / ACT Windows Checkout Verification (push) Successful in 7h0m12s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 19m52s
Build Windows / build (push) Failing after 7h0m25s

This commit is contained in:
2025-11-06 21:17:29 -08:00
parent f9ea310031
commit ca74f9289e
-1
View File
@@ -39,7 +39,6 @@ jobs:
- name: 🔧 安装 MinGW
run: |
# 在 GitHub 托管 runner(有 sudo)与 act/自托管容器(无 sudo)均可运行
if command -v sudo >/dev/null 2>&1; then
sudo apt-get update
sudo apt-get install -y mingw-w64