aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3194130..444dcfc 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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