mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-06 08:00:04 -04:00
Accurately find the linux artifacts (#80)
use ninja for Linux builds, fixes missing Linux artifacts on CI
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
}
|
||||
, {
|
||||
"name": "linux"
|
||||
, "generator": "Ninja Multi-Config"
|
||||
, "condition": {
|
||||
"type": "equals"
|
||||
, "lhs": "${hostSystemName}"
|
||||
|
||||
Reference in New Issue
Block a user