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 \