更新 .github/workflows/build-exe.yml

This commit is contained in:
miu
2026-03-15 18:46:02 +08:00
Unverified
parent 3725893237
commit e989c26715

View File

@@ -10,8 +10,8 @@ jobs:
# 步骤1下载你指定的 Python 安装包 # 步骤1下载你指定的 Python 安装包
- name: Download Python 3.9.13 installer - name: Download Python 3.9.13 installer
run: | run: |
wget https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe wget https://mirrors.tuna.tsinghua.edu.cn/python/3.9.9/python-3.9.9-amd64.exe
ls -lh python-3.9.13-amd64.exe # 确认文件下载成功 ls -lh python-3.9.9-amd64.exe # 确认文件下载成功
# 步骤2使用 Xvfb 在 Wine 中静默安装 Python # 步骤2使用 Xvfb 在 Wine 中静默安装 Python
- name: Install Python in Wine - name: Install Python in Wine