From 10a302fb4061a6019b7284c83e8343546b1861cf Mon Sep 17 00:00:00 2001 From: Denis Chancogne Date: Fri, 17 Apr 2026 15:17:49 +0200 Subject: [PATCH] Test cygwin workflow. --- .github/workflows/cygwin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index ba25c97..8521c1c 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -11,5 +11,9 @@ jobs: - uses: cygwin/cygwin-install-action@v6.1 with: packages: cygwin-devel + - name: test + run: ls /usr/include + - name: test2 + run: ls /usr/include/netinet - name: Build run: make && make docs