forked from Hsdi/Shortcut_Sync_PotPlayer
更新 .github/workflows/build-exe.yml
Some checks failed
Build Windows EXE with Full Image / build (push) Failing after 13s
Some checks failed
Build Windows EXE with Full Image / build (push) Failing after 13s
This commit is contained in:
4
.github/workflows/build-exe.yml
vendored
4
.github/workflows/build-exe.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user