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"