summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-22 14:04:13 +0100
committerChristian Clason <christian.clason@uni-due.de>2022-01-22 19:32:24 +0100
commitb71d7cbd6057a0a6f1e572c2bc8de13d055095aa (patch)
tree359e67a36e2ba00987ce807960ee341e62741abd /.github
parent59ddebd75c9bf822749d6fc94f08650e4d1dbcad (diff)
ci: drop windows+clang
takes significantly longer than other combinations
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index 5ab0f829..69ac68de 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -31,6 +31,10 @@ jobs:
cc: gcc
nvim_tag: stable
+ - os: windows-2022
+ cc: clang
+ nvim_tag: stable
+
include:
- os: windows-2022
cc: cl