install diesel_cli

pull/1335/head
Felix Ableitner 2020-12-10 13:06:10 +01:00
parent a2cd1ff367
commit fc382e20e1
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ steps:
commands:
- apt-get -y update
- apt-get -y install --no-install-recommends espeak postgresql-client
- cargo install diesel_cli --no-default-features --features postgres
- name: cargo check
image: ekidd/rust-musl-builder:experimental-stable