From c29a28af8478f3abee87d4203b462ccabb324167 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 25 Aug 2025 09:58:15 +0200 Subject: [PATCH] try 6 --- .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 a268d27295..b734945684 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -280,7 +280,7 @@ jobs: --enable-lib-only --with-openssl --with-gnutls --with-wolfssl --with-boringssl \ BORINGSSL_LIBS='-L/home/runner/awslc/build/lib -lssl -lcrypto' \ BORINGSSL_CFLAGS='-I/home/runner/awslc/build/include -DBORINGSSL_NO_CXX -fPIC' - make install + make install V=1 - name: 'build nghttp2' if: ${{ steps.cache-nghttp2.outputs.cache-hit != 'true' }}