mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-23 11:21:32 +00:00
install diesel_cli
This commit is contained in:
parent
a2cd1ff367
commit
fc382e20e1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt-get -y update
|
- apt-get -y update
|
||||||
- apt-get -y install --no-install-recommends espeak postgresql-client
|
- apt-get -y install --no-install-recommends espeak postgresql-client
|
||||||
|
- cargo install diesel_cli --no-default-features --features postgres
|
||||||
|
|
||||||
- name: cargo check
|
- name: cargo check
|
||||||
image: ekidd/rust-musl-builder:experimental-stable
|
image: ekidd/rust-musl-builder:experimental-stable
|
||||||
|
|
Loading…
Reference in a new issue