1 Commits
Author SHA1 Message Date
miu fcadde8fa7 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Failing after 10s
2026-03-15 18:35:58 +08:00
+1 -4
View File
@@ -7,11 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Wine
- name: Wine
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine64 wine32
wine --version # 安装后验证
- name: Install Windows dependencies using Wine Python