Install cmake

This commit is contained in:
Yota Toyama
2019-09-30 22:17:25 -07:00
parent 052a896292
commit 1187fcbb87

View File

@@ -4,6 +4,8 @@ jobs:
docker: docker:
- image: rustlang/rust:nightly - image: rustlang/rust:nightly
steps: steps:
- run: apt -y update --fix-missing
- run: apt -y install cmake
- checkout - checkout
- run: git submodule update --init --recursive - run: git submodule update --init --recursive
- run: cargo build - run: cargo build