mirror of
https://github.com/curl/curl.git
synced 2026-06-07 23:24:15 +03:00
try fix 4 alt 2
This commit is contained in:
parent
c35c652a8b
commit
8bd1654c19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue