Skip to content

Commit 8ba1963

Browse files
committed
安装python 3.14
1 parent c17368a commit 8ba1963

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/unity_build_plugins.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ jobs:
288288
with:
289289
github_token: ${{ secrets.GITHUB_TOKEN }}
290290
backend: papi-nodejs
291+
- uses: actions/setup-python@v6
292+
with:
293+
python-version: '3.14'
291294
- name: papi-python
292295
uses: ./.github/workflows/composites/unity-build-plugins/linux/
293296
with:

.github/workflows/unity_unittest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ jobs:
120120
runs-on: macos-latest
121121
steps:
122122
- uses: actions/checkout@v3
123+
- uses: actions/setup-python@v6
124+
with:
125+
python-version: '3.14'
123126
- name: Build Android Plugin # 得先构建Android插件,如果先运行UT会导致meta被Editor删除
124127
shell: bash
125128
run: |
@@ -411,6 +414,9 @@ jobs:
411414
- uses: actions/setup-dotnet@v3
412415
with:
413416
dotnet-version: '6.x.x'
417+
- uses: actions/setup-python@v6
418+
with:
419+
python-version: '3.14'
414420
- uses: actions/checkout@v3
415421
- name: Install LibC++
416422
run: |

0 commit comments

Comments
 (0)