From a2f9fc18f4ee01b5c3f054738c660863d9cbbc16 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 9 Oct 2020 20:23:19 +0530 Subject: [PATCH] Note why CI on arch is disabled --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1877850409..896fea44f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: run: python setup/unix-ci.py test + # Disabled because of: https://bugreports.qt.io/browse/QTBUG-87320 # archtest: # name: Test on Arch # runs-on: ubuntu-latest