Skip to content

Commit

Permalink
Add Ninja to the Linux build prerequisites. [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-seddon committed Aug 17, 2024
1 parent 6dbce9f commit a4078ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.unix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ travis_ci_before_install_linux:
.PHONY:github_ci
github_ci:
sudo apt-get -y update
sudo apt-get -y install libcurl4-openssl-dev libgl1-mesa-dev libglvnd-dev libgtk2.0-dev libpulse-dev uuid-dev libsdl2-dev libuv1-dev
sudo apt-get -y install libcurl4-openssl-dev libgl1-mesa-dev libglvnd-dev libgtk2.0-dev libpulse-dev uuid-dev libsdl2-dev libuv1-dev ninja-build
$(PYTHON3) "./etc/release/release.py" --verbose $(shell $(PYTHON3) "./etc/release/release2.py" print-suffix)

0 comments on commit a4078ff

Please sign in to comment.