Test cygwin workflow #5.

This commit is contained in:
Denis Chancogne 2026-04-17 15:51:20 +02:00
parent 5ed6b9abd1
commit 029355563b

View file

@ -13,10 +13,7 @@ jobs:
packages: cygwin-devel packages: cygwin-devel
- name: test - name: test
shell: bash {0} shell: bash {0}
run: ls /usr/include run: gcc --version && cc --version
- name: test2
shell: bash {0}
run: ls /usr/include/netinet
- name: Build - name: Build
shell: bash {0} shell: bash {0}
run: make && make docs run: make && make docs