Accurately find the linux artifacts (#80)

use ninja for Linux builds, fixes missing Linux artifacts on CI
This commit is contained in:
Jeod
2024-04-19 07:13:19 -04:00
committed by GitHub
parent a282b8b234
commit 2d4d82d469
2 changed files with 2 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install -y --no-install-recommends \
make cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev \
ninja-build make cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev \
libxext6:i386 # for ./scripts/hogutils/hogUtils-i686 binary
mkdir ~/Descent3

View File

@@ -26,6 +26,7 @@
}
, {
"name": "linux"
, "generator": "Ninja Multi-Config"
, "condition": {
"type": "equals"
, "lhs": "${hostSystemName}"