Skip to content

Commit

Permalink
Fix CI build error due to missing ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Jan 10, 2022
1 parent 107108b commit 56fb150
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Scripts/BuildScripts/build_ci_linux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

echo "--- Installing System Dependencies ---"
sudo apt-get install -y ninja-build libxrandr-dev libxaw7-dev libgl1-mesa-dev libglu1-mesa-dev

echo "--- Fetching prebuilt Dependencies ---"
wget https://github.com/OGRECave/ogre-next-deps/releases/download/bin-releases/Dependencies_Release_Ubuntu.18.04.LTS.Clang.7z

Expand Down

0 comments on commit 56fb150

Please sign in to comment.