drop building examples

There is nothing HTTP/3-specific in tests, and already tested elsewhere.
This commit is contained in:
Viktor Szakats 2025-08-20 13:46:40 +02:00
parent c3621efe77
commit fb5f6986f2
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -562,11 +562,3 @@ jobs:
else
make -C bld V=1 pytest-ci
fi
- name: 'build examples'
run: |
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
cmake --build bld --verbose --target curl-examples-build
else
make -C bld V=1 examples
fi