mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
Do not try to package on Linux aarch64 as it currently fails trying to build server-console.
The packaging step on Linux produces an empty archive anyways, so we just disable it.
This commit is contained in:
parent
dc01ba50cc
commit
b411335998
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -259,7 +259,7 @@ jobs:
|
|||
cmake --build . --config $BUILD_TYPE --target packaged-server-console $CMAKE_BUILD_EXTRA
|
||||
|
||||
- name: Build Installer
|
||||
if: matrix.build_type != 'android'
|
||||
if: matrix.build_type != 'android' && matrix.arch != 'aarch64'
|
||||
working-directory: build
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue