aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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 c771ae877..b9ad5b086 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -39,6 +39,8 @@ jobs:
- name: Check query files (Unix)
if: matrix.os != 'windows-latest'
+ env:
+ ALLOWED_INSTALLATION_FAILURES: haskell
run: nvim --headless -c "luafile ./scripts/check-queries.lua" -c "q"
- name: Compile parsers Windows
@@ -53,6 +55,8 @@ jobs:
- name: Check query files (Windows)
if: matrix.os == 'windows-latest'
+ env:
+ ALLOWED_INSTALLATION_FAILURES: haskell
run: C:\\tools\\neovim\\Neovim\\bin\\nvim.exe --headless -c "luafile ./scripts/check-queries.lua" -c "q"
- uses: actions/upload-artifact@v2