Test cygwin workflow.

This commit is contained in:
Denis Chancogne 2026-04-17 15:17:49 +02:00
parent c9148a83e5
commit 10a302fb40

View file

@ -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