mirror of
https://github.com/curl/curl.git
synced 2026-06-07 10:44:17 +03:00
try fix 1
This commit is contained in:
parent
978f44df4c
commit
d4bd7be770
1 changed files with 1 additions and 4 deletions
5
.github/workflows/http3-linux.yml
vendored
5
.github/workflows/http3-linux.yml
vendored
|
|
@ -471,11 +471,8 @@ jobs:
|
|||
ls -lA /home/runner/nghttp3/build/lib/pkgconfig || true
|
||||
ls -lA /home/runner/ngtcp2/build/lib/pkgconfig || true
|
||||
ls -lA /home/runner/nghttp2/build/lib/pkgconfig || true
|
||||
echo '-------------------------- 1'
|
||||
/usr/bin/pkg-config --debug --exists libngtcp2_crypto_gnutls
|
||||
/usr/bin/pkg-config --debug --libs-only-l libngtcp2_crypto_gnutls
|
||||
echo '-------------------------- 2'
|
||||
sed -i.bak -E 's/Requires: .+//g' /home/runner/ngtcp2/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc
|
||||
sed -i.bak 's/^Requires: /Requires.private: /g' /home/runner/ngtcp2/build/lib/pkgconfig/libngtcp2_crypto_gnutls.pc
|
||||
/usr/bin/pkg-config --debug --exists libngtcp2_crypto_gnutls
|
||||
/usr/bin/pkg-config --debug --libs-only-l libngtcp2_crypto_gnutls
|
||||
[ -n "${MATRIX_PKG_CONFIG_PATH}" ] && export PKG_CONFIG_PATH="${MATRIX_PKG_CONFIG_PATH}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue