build: add windows C examples
diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml
index 0429a74..29e5632 100644
--- a/.github/workflows/stable.yml
+++ b/.github/workflows/stable.yml
@@ -141,6 +141,9 @@
           command: test
           args: --target=${{ matrix.target }} --tests --examples --verbose --features ffi,qlog
 
+      - name: Build C examples
+        run: make -C examples
+
   quiche_multiarch:
     runs-on: ubuntu-latest
     strategy: