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

This commit is contained in:
miu
2026-03-15 18:35:58 +08:00
Unverified
parent 9b3ee45322
commit fcadde8fa7

View File

@@ -7,11 +7,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Wine - name: Wine
run: | run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine64 wine32
wine --version # 安装后验证 wine --version # 安装后验证
- name: Install Windows dependencies using Wine Python - name: Install Windows dependencies using Wine Python