From 2c5a41a73c98004ec73b697318677e24261cdd3f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 9 Sep 2017 20:05:57 +0100 Subject: [PATCH] who TF doesnt have zip installed?! --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 60b0285..fdefe83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: keys: - cargo-{{ checksum "Cargo.lock" }} - run: which rustfmt || cargo install rustfmt - - run: apt update && apt install -y wget unzip sudo libgtk-3-dev + - run: apt update && apt install -y wget zip unzip sudo libgtk-3-dev - run: ./scripts/lib - run: ./.circleci/wkhtmltopdf.sh - run: cargo fmt -- --write-mode=diff