From e707bbf95fd54e6325ee095c5fa1761ec1b23288 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 26 Jul 2025 00:25:36 +0200 Subject: [PATCH] debug 3 --- .github/workflows/http3-linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index d2b1d4aa29..28e0732ec2 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -476,6 +476,8 @@ jobs: pkg-config --print-errors --exists gnutls || true echo '-----------' pkg-config --debug --exists gnutls || true + echo '-----------' + PKG_CONFIG_DEBUG_SPEW=1 pkg-config --exists gnutls || true if [ "${MATRIX_BUILD}" = 'cmake' ]; then cmake -B bld -G Ninja \ -DCMAKE_C_COMPILER_TARGET="$(uname -m)-pc-linux-gnu" -DBUILD_STATIC_LIBS=ON \