From b4ba526e2374d7dbb2d496fdb788b4bc94cf4a39 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 24 Aug 2025 21:47:50 +0200 Subject: [PATCH] try fix 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 893575268d..20329d3437 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -276,7 +276,7 @@ jobs: make install make clean ./configure --disable-dependency-tracking --prefix="$PWD"/build \ - PKG_CONFIG_PATH=/home/runner/awslc/build/lib/pkgconfig --enable-lib-only --with-boringssl --without-openssl + --enable-lib-only --with-boringssl=/home/runner/awslc/build --without-openssl make install make clean ./configure --disable-dependency-tracking --prefix="$PWD"/build \