workflows/test: ignore Cygwin jobs for now

This commit is contained in:
Egor Tensin 2023-01-02 04:37:20 +01:00
parent 74a1183273
commit 4535330f96

View file

@ -74,6 +74,9 @@ jobs:
hardlinks: [0, 1]
runs-on: windows-latest
name: 'Cygwin: hardlinks${{ matrix.hardlinks }}'
# As of January 2023, clang simply doesn't work on Cygwin.
# It's also marked "Unmaintained" in the installer.
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v2