archive
/
md-pdf-rs
Archived
1
Fork 0

update first

This commit is contained in:
Jake Howard 2017-08-15 22:45:19 +01:00
parent 783e865abe
commit 108c547078
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
key: cargo
paths:
- ~/.cargo
- run: apt install -y wget
- run: apt update && apt install -y wget
- run: ./scripts/install-deps.sh
- run: cargo fmt -- --write-mode=diff
- run: cargo build