File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments