mirror of
https://github.com/curl/curl.git
synced 2026-06-07 07:34:18 +03:00
try fix 2
This commit is contained in:
parent
d4bd7be770
commit
e3e13d3009
1 changed files with 7 additions and 7 deletions
14
.github/workflows/http3-linux.yml
vendored
14
.github/workflows/http3-linux.yml
vendored
|
|
@ -467,14 +467,14 @@ jobs:
|
|||
MATRIX_GENERATE: '${{ matrix.build.generate }}'
|
||||
MATRIX_PKG_CONFIG_PATH: '${{ matrix.build.PKG_CONFIG_PATH }}'
|
||||
run: |
|
||||
ls -lA /home/runner/gnutls/build/lib/pkgconfig || true
|
||||
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 '-------------------------- 2'
|
||||
#ls -lA /home/runner/gnutls/build/lib/pkgconfig || true
|
||||
#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 '-------------------------- 2'
|
||||
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
|
||||
#/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}"
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
cmake -B bld -G Ninja \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue