更新 .github/workflows/build-exe.yml
This commit is contained in:
2
.github/workflows/build-exe.yml
vendored
2
.github/workflows/build-exe.yml
vendored
@@ -13,11 +13,13 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y wine64 wine32
|
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
|
||||||
run: |
|
run: |
|
||||||
# 使用 Wine 运行 Windows 版本的 Python
|
# 使用 Wine 运行 Windows 版本的 Python
|
||||||
wine python -m pip install --upgrade pip
|
wine python -m pip install --upgrade pip
|
||||||
wine python -m pip install pyinstaller keyboard pywin32
|
wine python -m pip install pyinstaller keyboard pywin32
|
||||||
|
|
||||||
# 环境已预装,直接验证
|
# 环境已预装,直接验证
|
||||||
- name: Verify tools
|
- name: Verify tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user