From e7d2f2c5566a081892e0a2b0a104b8b2e79ad124 Mon Sep 17 00:00:00 2001 From: Denis Chancogne Date: Fri, 17 Apr 2026 16:06:43 +0200 Subject: [PATCH] Test cygwin workflow #8. --- .github/workflows/cygwin.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 952d161..9026472 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -10,10 +10,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: cygwin/cygwin-install-action@v6.1 with: - packages: gcc-core make binutils - - name: test - shell: bash {0} - run: gcc --version && cc --version && make --version && ld --version + packages: gcc-core make binutils libssl-devel xmlto asciidoc - name: Build shell: bash {0} run: make && make docs