From 1187fcbb87ed42d3d42f1bfb538cecf87849d3e2 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Mon, 30 Sep 2019 22:17:25 -0700 Subject: [PATCH] Install cmake --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79f9eb0..6d9a366 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,6 +4,8 @@ jobs: docker: - image: rustlang/rust:nightly steps: + - run: apt -y update --fix-missing + - run: apt -y install cmake - checkout - run: git submodule update --init --recursive - run: cargo build