This commit is contained in:
Viktor Szakats 2025-08-25 09:58:15 +02:00
parent 5a199003b8
commit c29a28af84
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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' }}