From e989c2671557fd53a6c8c4a3f2077638b4d29db5 Mon Sep 17 00:00:00 2001 From: miu <205594122@qq.com> Date: Sun, 15 Mar 2026 18:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build-ex?= =?UTF-8?q?e.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-exe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index 4a8aab8..6c2192a 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -10,8 +10,8 @@ jobs: # 步骤1:下载你指定的 Python 安装包 - name: Download Python 3.9.13 installer run: | - wget https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe - ls -lh 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.9-amd64.exe # 确认文件下载成功 # 步骤2:使用 Xvfb 在 Wine 中静默安装 Python - name: Install Python in Wine