From e19d7a178716993b04328ba366d88712b660957c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 22 Jul 2024 22:01:47 +0800 Subject: CI: Use misc.git's configs --- .woodpecker/.debian.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.woodpecker/.debian.yaml') diff --git a/.woodpecker/.debian.yaml b/.woodpecker/.debian.yaml index 725c898..687b6b3 100644 --- a/.woodpecker/.debian.yaml +++ b/.woodpecker/.debian.yaml @@ -9,5 +9,6 @@ steps: commands: - apt update -y - apt install --no-install-recommends -y binutils make gcc libssl-dev pkg-config curl libgnutls*-dev ca-certificates - - curl -o config.c 'https://paste.sr.ht/blob/09d145e35ce3b058e02f5a0c664046fb66ba67e3' + - 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 -- cgit v1.2.3