From 6ab785f7e3d1594fe7cb8947d07d4f1415bc00b7 Mon Sep 17 00:00:00 2001 From: Denis Chancogne Date: Fri, 17 Apr 2026 15:23:22 +0200 Subject: [PATCH] Test cygwin workflow #2. --- .github/workflows/cygwin.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 8521c1c..111311d 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -9,11 +9,9 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - uses: cygwin/cygwin-install-action@v6.1 - with: - packages: cygwin-devel - name: test - run: ls /usr/include + run: bash "ls /usr/include" - name: test2 - run: ls /usr/include/netinet + run: bash "ls /usr/include/netinet" - name: Build - run: make && make docs + run: bash "make && make docs"