summaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-01-18 13:15:59 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-18 13:44:48 +0100
commita9aa8cd182dbc12cd3f13c006778a5347f27cacb (patch)
treed87e1b2f5ead940b6080cb40d4bdbc5e50c56917 /.builds
parent67dbcb343f588e93dc4f804a2000097bdc1654e5 (diff)
debian: Include libpg-dev in build env
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to '.builds')
-rw-r--r--.builds/debian.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
index 918128a..3725c63 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -5,6 +5,7 @@ packages:
- libssl-dev
- openssl
- pkg-config
+ - libpq-dev
tasks:
- install: curl https://sh.rustup.rs -sSf | sh -s -- -y
- prepare_lint: |