This commit is contained in:
Viktor Szakats 2025-07-26 00:24:10 +02:00
parent e63b45f0d2
commit df03903d9a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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 \