Install sudo
This commit is contained in:
parent
cbddf42043
commit
3d23f7be27
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
keys:
|
||||
- cargo-{{ checksum "Cargo.lock" }}
|
||||
- run: which rustfmt || cargo install rustfmt
|
||||
- run: apt update && apt install -y wget unzip
|
||||
- run: apt update && apt install -y wget unzip sudo
|
||||
- run: make lib
|
||||
- run: ./.circleci/wkhtmltopdf.sh
|
||||
- run: cargo fmt -- --write-mode=diff
|
||||
|
|
Reference in a new issue