From 5256e0416880b63724dfa3c2bd49a3210116e82a Mon Sep 17 00:00:00 2001 From: Lachlan Sneff Date: Wed, 26 Dec 2018 20:54:41 -0500 Subject: [PATCH] Attempt to fix ci --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4203a0881..dccb1e9d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,6 +11,7 @@ jobs: keys: - v4-test-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }} - run: sudo apt-get install -y cmake + - run: sudo apt-get install texinfo - run: make test - run: rustup component add rustfmt - run: make lint @@ -32,6 +33,7 @@ jobs: keys: - v4-cargo-cache-linux-{{ arch }}-{{ checksum "Cargo.lock" }} - run: sudo apt-get install -y cmake + - run: sudo apt-get install texinfo - run: name: Execute tests command: make test