penguin/tinyproxy

An L4 proxy designed to act as a tiny transparent shim

commit 47c0268d031d902420c158307ce14b8f789a308b

author斟酌 鵬兄 <tgckpg@gmail.com>
date2026-05-30T15:56:04Z
subjectupdate pcre2 for haproxy in bsd build
commit 47c0268d031d902420c158307ce14b8f789a308b
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2026-05-30T15:56:04Z

    update pcre2 for haproxy in bsd build
---
 .github/workflows/cmake-multi-platform.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index 7c7c693..65d336e 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -151,7 +151,7 @@ jobs:
           release: "14.2"
           usesh: true
           prepare: |
-            pkg install -y gmake pkgconf libevent python3 haproxy
+            pkg install -y gmake pkgconf libevent python3 pcre2 haproxy
           run: |
             set -eu