archive
/
md-pdf-rs
Archived
1
Fork 0

who TF doesnt have zip installed?!

This commit is contained in:
Jake Howard 2017-09-09 20:05:57 +01:00
parent ec14c9f59b
commit 2c5a41a73c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -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