workflows/test: ignore Cygwin jobs for now
This commit is contained in:
parent
74a1183273
commit
4535330f96
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -74,6 +74,9 @@ jobs:
|
||||||
hardlinks: [0, 1]
|
hardlinks: [0, 1]
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
name: 'Cygwin: hardlinks${{ matrix.hardlinks }}'
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue