更新 .github/workflows/build-exe.yml
Some checks failed
Build Windows EXE with Full Image / build (push) Failing after 8s

This commit is contained in:
miu
2026-03-15 09:05:54 +08:00
Unverified
parent f12d02bb4a
commit 1bd33ab4cb

View File

@@ -13,6 +13,13 @@ jobs:
node --version node --version
python --version python --version
wine --version # 确认 wine 是否存在full 镜像很可能包含 wine --version # 确认 wine 是否存在full 镜像很可能包含
- name: Install Wine
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine64 wine32
wine --version # 安装后验证
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |