mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[CI] Add --no_premake to build
This commit is contained in:
parent
4cb783bf22
commit
45ca1c352d
2
.github/workflows/Windows_build.yml
vendored
2
.github/workflows/Windows_build.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
- name: Setup
|
||||
run: .\xb setup
|
||||
- name: Build
|
||||
run: .\xb build --config=Release --target=src\xenia-app
|
||||
run: .\xb build --no_premake --config=Release --target=src\xenia-app
|
||||
- name: Prepare artifacts
|
||||
id: prepare_artifacts
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue