mirror of
https://github.com/curl/curl.git
synced 2026-06-07 00:44:15 +03:00
debug 2
This commit is contained in:
parent
e63b45f0d2
commit
df03903d9a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/http3-linux.yml
vendored
4
.github/workflows/http3-linux.yml
vendored
|
|
@ -472,7 +472,9 @@ jobs:
|
|||
echo "|${PKG_CONFIG_PATH}|"
|
||||
env | grep PKG || true
|
||||
pkg-config --version
|
||||
pkg-config --list-all
|
||||
pkg-config --list-all | sort
|
||||
pkg-config --print-errors --exists gnutls || true
|
||||
echo '-----------'
|
||||
pkg-config --debug --exists gnutls || true
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
cmake -B bld -G Ninja \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue