ci(docker): 移除 MinGW 安装步骤中的注释
Some checks failed
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:
shanshanzhong 2025-11-06 21:17:29 -08:00
parent f9ea310031
commit ca74f9289e

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