switch to quick example builds

This commit is contained in:
Viktor Szakats 2025-08-06 22:22:25 +02:00
parent 70b0451338
commit ad5db52792
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
6 changed files with 17 additions and 14 deletions

View file

@ -698,7 +698,7 @@ jobs:
if: ${{ matrix.build.make-custom-target != 'tidy' }}
run: |
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
${MATRIX_MAKE_PREFIX} cmake --build bld --verbose --target curl-examples
${MATRIX_MAKE_PREFIX} cmake --build bld --verbose --target curl-examples-build
else
${MATRIX_MAKE_PREFIX} make -C bld V=1 examples
fi