aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/.archlinux.yaml
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-18 10:57:21 -0400
committerTest_User <hax@andrewyu.org>2024-06-18 10:57:21 -0400
commit8b8b102d38ee6a0c5185bb271d6e29d5c9f6e1c3 (patch)
tree6c0cc69d058aba3f6e417cc8169893ff9698d62e /.woodpecker/.archlinux.yaml
parent90e667fcc8c86f3d7d0037a8a9d8ceb4901bd67c (diff)
downloadhaxircd-8b8b102d38ee6a0c5185bb271d6e29d5c9f6e1c3.tar.gz
haxircd-8b8b102d38ee6a0c5185bb271d6e29d5c9f6e1c3.zip
Fix CI stuff
Diffstat (limited to '.woodpecker/.archlinux.yaml')
-rw-r--r--.woodpecker/.archlinux.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/.archlinux.yaml b/.woodpecker/.archlinux.yaml
index bfa6424..9503583 100644
--- a/.woodpecker/.archlinux.yaml
+++ b/.woodpecker/.archlinux.yaml
@@ -6,4 +6,4 @@ steps:
commands:
- pacman --noconfirm -Sy make gcc openssl gnutls curl pkgconf
- curl -o config.c 'https://paste.sr.ht/blob/09d145e35ce3b058e02f5a0c664046fb66ba67e3'
- - make OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1
+ - make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1