From df03903d9a87f07c2fdfd6c7d75a7662c41ef873 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 26 Jul 2025 00:24:10 +0200 Subject: [PATCH] debug 2 --- .github/workflows/http3-linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 26d713a961..d2b1d4aa29 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -472,7 +472,9 @@ jobs: echo "|${PKG_CONFIG_PATH}|" env | grep PKG || true pkg-config --version - pkg-config --list-all + pkg-config --list-all | sort + pkg-config --print-errors --exists gnutls || true + echo '-----------' pkg-config --debug --exists gnutls || true if [ "${MATRIX_BUILD}" = 'cmake' ]; then cmake -B bld -G Ninja \