From b894630fde444e8887630c15ecc19ffd73cb7cce Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 25 Aug 2025 12:54:05 +0200 Subject: [PATCH] debug 1 --- .github/workflows/http3-linux.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 95552f6f69..fb7176b28f 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -658,6 +658,10 @@ jobs: run: | [ -n "${MATRIX_PKG_CONFIG_PATH}" ] && export PKG_CONFIG_PATH="${MATRIX_PKG_CONFIG_PATH}" if [ "${MATRIX_BUILD}" = 'cmake' ]; then + find /home/runner/ngtcp2-boringssl || true + echo '--------------------' + find /home/runner/ngtcp2 || true + echo '--------------------' cmake -B bld -G Ninja \ -DCMAKE_C_COMPILER_TARGET="$(uname -m)-pc-linux-gnu" -DBUILD_STATIC_LIBS=ON \ -DCURL_WERROR=ON -DENABLE_DEBUG=ON \