Test cygwin workflow #6.

This commit is contained in:
Denis Chancogne 2026-04-17 15:56:54 +02:00
parent 029355563b
commit 3cbc3b6384

View file

@ -10,10 +10,10 @@ jobs:
- uses: actions/checkout@v6.0.2
- uses: cygwin/cygwin-install-action@v6.1
with:
packages: cygwin-devel
packages: gcc-core
- name: test
shell: bash {0}
run: gcc --version && cc --version
run: gcc --version && cc --version && make --version && ld --version
- name: Build
shell: bash {0}
run: make && make docs