更新 .github/workflows/build-exe.yml
This commit is contained in:
7
.github/workflows/build-exe.yml
vendored
7
.github/workflows/build-exe.yml
vendored
@@ -14,6 +14,13 @@ jobs:
|
||||
python --version
|
||||
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
|
||||
run: |
|
||||
pip install pyinstaller keyboard pywin32
|
||||
|
||||
Reference in New Issue
Block a user