[CI] Remove unneeded python-setup
The default Python version was updated so this is no longer necessary: https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md#language-and-runtime
This commit is contained in:
8
.github/workflows/Windows_build.yml
vendored
8
.github/workflows/Windows_build.yml
vendored
@@ -55,10 +55,6 @@ jobs:
|
|||||||
POWERSHELL_TELEMETRY_OPTOUT: 1
|
POWERSHELL_TELEMETRY_OPTOUT: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
# TODO: Remove this once the default Python is upgraded from 3.9: https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md#language-and-runtime
|
|
||||||
- uses: actions/setup-python@main
|
|
||||||
with:
|
|
||||||
python-version: '3.x'
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: python xenia-build.py lint --all
|
run: python xenia-build.py lint --all
|
||||||
|
|
||||||
@@ -74,10 +70,6 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: git submodule update --init --depth=1 -j $env:NUMBER_OF_PROCESSORS (Select-String -CaseSensitive '(?<=path = )(?!third_party\/(FidelityFX-(CAS|FSR)|premake-(androidndk|cmake|export-compile-commands))).+' .gitmodules).Matches.Value
|
run: git submodule update --init --depth=1 -j $env:NUMBER_OF_PROCESSORS (Select-String -CaseSensitive '(?<=path = )(?!third_party\/(FidelityFX-(CAS|FSR)|premake-(androidndk|cmake|export-compile-commands))).+' .gitmodules).Matches.Value
|
||||||
# TODO: Remove this once the default Python is upgraded from 3.9: https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md#language-and-runtime
|
|
||||||
- uses: actions/setup-python@main
|
|
||||||
with:
|
|
||||||
python-version: '3.x'
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python xenia-build.py build --config=Release --target=src\xenia-app
|
run: python xenia-build.py build --config=Release --target=src\xenia-app
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user