From fb5f6986f2f185501a7e985871af71745a3007f0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 20 Aug 2025 13:46:40 +0200 Subject: [PATCH] drop building examples There is nothing HTTP/3-specific in tests, and already tested elsewhere. --- .github/workflows/http3-linux.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 243d9860e5..0a201d1011 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -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