[xb] Skip aarch64 submodule for x64 target
This commit is contained in:
4
.github/workflows/Windows_x86.yml
vendored
4
.github/workflows/Windows_x86.yml
vendored
@@ -59,7 +59,9 @@ jobs:
|
||||
}
|
||||
|
||||
- name: Download submodules
|
||||
run: git submodule update --init --depth=1 -j $env:NUMBER_OF_PROCESSORS
|
||||
run: |- # Exclude unneeded submodules
|
||||
$SUBMODULES=(Select-String -CaseSensitive '(?<=path = )(?!third_party\/xbyak_aarch64).+' .gitmodules).Matches.Value
|
||||
git submodule update --init --depth=1 -j $env:NUMBER_OF_PROCESSORS $SUBMODULES
|
||||
|
||||
- name: Build Xenia
|
||||
run: python xenia-build.py build --config=Release --target=xenia-app
|
||||
|
||||
Reference in New Issue
Block a user