From 84b32b802c0fb83796cb1194c397d7a65e94acdc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 14 Apr 2026 19:02:40 +0200 Subject: [PATCH] try something 1 --- .github/workflows/http3-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 13e43af9a6..f53f9f74ea 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -388,7 +388,7 @@ jobs: autoreconf -fi # required (for nghttpx application): libc-ares-dev libev-dev zlib1g-dev # optional (for nghttpx application): libbrotli-dev - export PKG_CONFIG_PATH=/home/runner/openssl/build/lib/pkgconfig + export PKG_CONFIG_PATH=/home/runner/openssl-prev/build/lib/pkgconfig # incompatible with OpenSSL 4 PKG_CONFIG_PATH+=:/home/runner/nghttp3/build/lib/pkgconfig PKG_CONFIG_PATH+=:/home/runner/ngtcp2/build/lib/pkgconfig ./configure --disable-dependency-tracking --prefix="$PWD"/build --enable-app --enable-http3 \