mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 06:35:11 +00:00
[CI] Add --no_premake to build
This commit is contained in:
parent
4cb783bf22
commit
45ca1c352d
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue