archive
/
md-pdf-rs
Archived
1
Fork 0

No need for sudo

This commit is contained in:
Jake Howard 2017-08-15 22:44:19 +01:00
parent 7bd35cb403
commit 783e865abe
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: sudo apt install -y wget
- run: apt install -y wget
- run: ./scripts/install-deps.sh
- run: cargo fmt -- --write-mode=diff
- run: cargo build