Skip to content

Commit

Permalink
Accurately find the linux artifacts (#80)
Browse files Browse the repository at this point in the history
use ninja for Linux builds, fixes missing Linux artifacts on CI
  • Loading branch information
JeodC authored Apr 19, 2024
1 parent c4e8663 commit 4c781f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}
, {
"name": "linux"
, "generator": "Ninja Multi-Config"
, "condition": {
"type": "equals"
, "lhs": "${hostSystemName}"
Expand Down

0 comments on commit 4c781f4

Please sign in to comment.