From 060dc2d0224f8a58f468412c8ee2d410283dd125 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 25 Aug 2025 10:47:40 +0200 Subject: [PATCH] fixup-1 --- .github/workflows/http3-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index df6b83c7f1..5fa6f7a528 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -319,8 +319,8 @@ jobs: if: ${{ steps.cache-ngtcp2-boringssl.outputs.cache-hit != 'true' }} run: | cd ~ - git clone --quiet --depth=1 -b "v${NGTCP2_VERSION}" https://github.com/ngtcp2/ngtcp2 - cd ngtcp2 + git clone --quiet --depth=1 -b "v${NGTCP2_VERSION}" https://github.com/ngtcp2/ngtcp2 ngtcp2-boringssl + cd ngtcp2-boringssl autoreconf -fi ./configure --disable-dependency-tracking --prefix="$PWD"/build \ --enable-lib-only --with-openssl=no --with-boringssl \