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 fc90a07
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 Ninja Build Tool ---"
sudo apt-get install -y ninja-build

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 fc90a07

Please sign in to comment.