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

This commit is contained in:
miu
2026-03-15 09:06:50 +08:00
Unverified
parent 1bd33ab4cb
commit 110a0a1f1c

View File

@@ -7,13 +7,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# 环境已预装,直接验证
- name: Verify tools
run: |
node --version
python --version
wine --version # 确认 wine 是否存在full 镜像很可能包含
- name: Install Wine - name: Install Wine
run: | run: |
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
@@ -21,6 +14,13 @@ jobs:
sudo apt-get install -y wine64 wine32 sudo apt-get install -y wine64 wine32
wine --version # 安装后验证 wine --version # 安装后验证
# 环境已预装,直接验证
- name: Verify tools
run: |
node --version
python --version
wine --version # 确认 wine 是否存在full 镜像很可能包含
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |
pip install pyinstaller keyboard pywin32 pip install pyinstaller keyboard pywin32