mirror of
https://github.com/curl/curl.git
synced 2026-07-28 17:23:06 +03:00
switch to quick example builds
This commit is contained in:
parent
70b0451338
commit
ad5db52792
6 changed files with 17 additions and 14 deletions
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -546,7 +546,7 @@ jobs:
|
|||
- name: 'build examples'
|
||||
run: |
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
cmake --build bld --verbose --target curl-examples
|
||||
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