mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[CI] Windows is stupid
This commit is contained in:
parent
4a5f63650d
commit
ff29ceabb4
6
.github/workflows/Windows_build.yml
vendored
6
.github/workflows/Windows_build.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: .\xenia-build.py lint --all
|
run: python xenia-build.py lint --all
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
@ -69,9 +69,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: .\xenia-build.py setup
|
run: python xenia-build.py setup
|
||||||
- name: Build
|
- name: Build
|
||||||
run: .\xenia-build.py build --no_premake --config=Release --target=src\xenia-app
|
run: python xenia-build.py build --no_premake --config=Release --target=src\xenia-app
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
id: prepare_artifacts
|
id: prepare_artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue