diff options
| -rw-r--r-- | .github/workflows/check-query-files-and-compilation.yml | 4 |
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 5ab0f829e..69ac68de8 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 |
