What kind of machine doesnt have unzip

This commit is contained in:
Jake Howard 2017-08-31 19:06:42 +01:00
parent fe2227237b
commit fd1b051612
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -11,7 +11,7 @@ jobs:
keys: keys:
- cargo-{{ checksum "Cargo.lock" }} - cargo-{{ checksum "Cargo.lock" }}
- run: which rustfmt || cargo install rustfmt - run: which rustfmt || cargo install rustfmt
- run: apt update && apt install -y wget - run: apt update && apt install -y wget unzip
- run: make lib - run: make lib
- run: ./.circleci/wkhtmltopdf.sh - run: ./.circleci/wkhtmltopdf.sh
- run: cargo fmt -- --write-mode=diff - run: cargo fmt -- --write-mode=diff