install ninja

This commit is contained in:
Tian Jin 2019-12-23 17:58:55 -05:00
parent 0a953629db
commit 8f1af19e43
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
command: 'sudo apt-get update && sudo apt-get install -y gcc g++'
- run:
name: Install CMAKE
command: 'sudo apt-get update && sudo apt-get install -y cmake'
command: 'sudo apt-get update && sudo apt-get install -y cmake ninja-build'
- run:
command: gcc --version