mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +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}|"
|
echo "|${PKG_CONFIG_PATH}|"
|
||||||
env | grep PKG || true
|
env | grep PKG || true
|
||||||
pkg-config --version
|
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
|
pkg-config --debug --exists gnutls || true
|
||||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||||
cmake -B bld -G Ninja \
|
cmake -B bld -G Ninja \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue