try fix 4 alt 2

This commit is contained in:
Viktor Szakats 2025-07-25 23:00:54 +02:00
parent c35c652a8b
commit 8bd1654c19
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -230,7 +230,7 @@ jobs:
--enable-lib-only --with-openssl --with-gnutls --with-wolfssl
make install
# fix for ngtcp2 1.14.0
sed -i.bak -E 's/^Requires: .+//g' "$PWD"/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc
sed -i.bak 's/^Requires: /Requires.private/g' "$PWD"/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc
- name: 'build nghttp2'
if: ${{ steps.cache-nghttp2.outputs.cache-hit != 'true' }}