summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-06-02 10:04:20 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-06-02 10:04:20 +0200
commit7a085aae18f1f6d5ca5f3344f3a69754c8513ad2 (patch)
tree604e48f0a93fdfe8efd9b32dd4aa46045a6d8031
parent4404c34d7dbe524584d07069f3b06a081e98d7b1 (diff)
builds: debian: Add libnotmuch-dev
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.builds/debian.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.builds/debian.yml b/.builds/debian.yml
index 8dd64726..7cb5d04c 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -9,6 +9,7 @@ packages:
- openssl
- pkg-config
- git
+ - libnotmuch-dev
tasks:
- install: curl https://sh.rustup.rs -sSf | sh -s -- -y
- build: |