mirror of
https://github.com/curl/curl.git
synced 2026-08-05 15:16:15 +03:00
try fix 4 alt 7
This commit is contained in:
parent
57d183fb62
commit
5d01852216
1 changed files with 2 additions and 0 deletions
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -469,6 +469,8 @@ jobs:
|
|||
MATRIX_PKG_CONFIG_PATH: '${{ matrix.build.PKG_CONFIG_PATH }}'
|
||||
run: |
|
||||
[ -n "${MATRIX_PKG_CONFIG_PATH}" ] && export PKG_CONFIG_PATH="${MATRIX_PKG_CONFIG_PATH}:${PKG_CONFIG_PATH}"
|
||||
echo "|${PKG_CONFIG_PATH}|"
|
||||
pkg-config --debug --exists gnutls || true
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
cmake -B bld -G Ninja \
|
||||
-DCMAKE_C_COMPILER_TARGET="$(uname -m)-pc-linux-gnu" -DBUILD_STATIC_LIBS=ON \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue