aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.debian.yaml
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-18 11:06:55 -0400
committerTest_User <hax@andrewyu.org>2024-06-18 11:06:55 -0400
commitf22e7e2fc1a7bdae5ccbbcc1d7c69fc39d97942f (patch)
tree0341c58bbda8213b2fb953a921efb83a4c03dc60 /.woodpecker/.debian.yaml
parent8b8b102d38ee6a0c5185bb271d6e29d5c9f6e1c3 (diff)
downloadhaxircd-f22e7e2fc1a7bdae5ccbbcc1d7c69fc39d97942f.tar.gz
haxircd-f22e7e2fc1a7bdae5ccbbcc1d7c69fc39d97942f.zip
More CI fixes
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 4f995cd..05885fe 100644
--- a/.woodpecker/.debian.yaml
+++ b/.woodpecker/.debian.yaml
@@ -5,6 +5,6 @@ steps:
image: debian:sid
commands:
- apt update -y
- - apt install -y build-essential libssl-dev pkg-config curl
+ - apt install --no-install-recommends -y build-essential libssl-dev pkg-config curl libgnutls*-dev
- curl -o config.c 'https://paste.sr.ht/blob/09d145e35ce3b058e02f5a0c664046fb66ba67e3'
- make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1