Skip to content

Commit b8e14f0

Browse files
编译脚本改为Python3.10
1 parent c4d9294 commit b8e14f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- name: 仓库检出
1717
uses: actions/checkout@v4
18-
- name: 设置 Python 3.8 #3.8 一直编译失败,只能改用3.10
18+
- name: 设置 Python 3.10 #3.8 一直编译失败,只能改用3.10
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.10"
2222
- name: 安装依赖
2323
run: |
2424
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)