mirror of
https://github.com/curl/curl.git
synced 2026-06-26 03:45:39 +03:00
debug 1
This commit is contained in:
parent
c991902646
commit
b894630fde
1 changed files with 4 additions and 0 deletions
4
.github/workflows/http3-linux.yml
vendored
4
.github/workflows/http3-linux.yml
vendored
|
|
@ -658,6 +658,10 @@ jobs:
|
|||
run: |
|
||||
[ -n "${MATRIX_PKG_CONFIG_PATH}" ] && export PKG_CONFIG_PATH="${MATRIX_PKG_CONFIG_PATH}"
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
find /home/runner/ngtcp2-boringssl || true
|
||||
echo '--------------------'
|
||||
find /home/runner/ngtcp2 || true
|
||||
echo '--------------------'
|
||||
cmake -B bld -G Ninja \
|
||||
-DCMAKE_C_COMPILER_TARGET="$(uname -m)-pc-linux-gnu" -DBUILD_STATIC_LIBS=ON \
|
||||
-DCURL_WERROR=ON -DENABLE_DEBUG=ON \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue