mirror of
https://github.com/curl/curl.git
synced 2026-07-12 06:17:17 +03:00
drop building examples
There is nothing HTTP/3-specific in tests, and already tested elsewhere.
This commit is contained in:
parent
c3621efe77
commit
fb5f6986f2
1 changed files with 0 additions and 8 deletions
8
.github/workflows/http3-linux.yml
vendored
8
.github/workflows/http3-linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue