更新 .github/workflows/build-exe.yml
Some checks failed
Build Windows EXE with Full Image / build (push) Has been cancelled

This commit is contained in:
miu
2026-03-15 19:08:15 +08:00
Unverified
parent 9cf6198cbf
commit 4c8cfb1177

View File

@@ -51,7 +51,7 @@ jobs:
fi
# 尝试用 wineconsole 而不是 wine有时更稳定
xvfb-run wine --backend=curses cmd /c "python-3.9.9-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0"
xvfb-run wineconsole --backend=curses cmd /c "python-3.9.9-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0"
# 等待安装完成
sleep 15