aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.debian.yaml
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-22 22:06:42 +0800
committerTest_User <hax@andrewyu.org>2024-07-22 20:39:54 -0400
commit9ccf3ab2ced07c537e91f2c19c5d967b39b0a1e2 (patch)
treea031e053e26893f430fd480b0e029e457386b299 /.woodpecker/.debian.yaml
parente19d7a178716993b04328ba366d88712b660957c (diff)
downloadhaxircd-9ccf3ab2ced07c537e91f2c19c5d967b39b0a1e2.tar.gz
haxircd-9ccf3ab2ced07c537e91f2c19c5d967b39b0a1e2.zip
CI: Install missing packages
Diffstat (limited to '.woodpecker/.debian.yaml')
-rw-r--r--.woodpecker/.debian.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/.debian.yaml b/.woodpecker/.debian.yaml
index 687b6b3..4883f57 100644
--- a/.woodpecker/.debian.yaml
+++ b/.woodpecker/.debian.yaml
@@ -8,7 +8,7 @@ steps:
image: debian:sid
commands:
- apt update -y
- - apt install --no-install-recommends -y binutils make gcc libssl-dev pkg-config curl libgnutls*-dev ca-certificates
+ - apt install --no-install-recommends -y binutils make gcc libssl-dev pkg-config curl libgnutls*-dev ca-certificates liblmdb-dev
- curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c'
- curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts'
- make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1