aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-queries.yml
diff options
context:
space:
mode:
authorBrian Albert Monroe <brianalbertmonroe@gmail.com>2022-05-23 17:19:13 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-06-19 21:45:19 +0200
commite68ea36745eaf56706cf7f1afbedc6ad8b674ff5 (patch)
treeee8f409887b38d932a7004ff352ac5b5db222940 /.github/workflows/test-queries.yml
parentrnoweb: Use new inline/chunk distinction (diff)
downloadnvim-treesitter-e68ea36745eaf56706cf7f1afbedc6ad8b674ff5.tar
nvim-treesitter-e68ea36745eaf56706cf7f1afbedc6ad8b674ff5.tar.gz
nvim-treesitter-e68ea36745eaf56706cf7f1afbedc6ad8b674ff5.tar.bz2
nvim-treesitter-e68ea36745eaf56706cf7f1afbedc6ad8b674ff5.tar.lz
nvim-treesitter-e68ea36745eaf56706cf7f1afbedc6ad8b674ff5.tar.xz
nvim-treesitter-e68ea36745eaf56706cf7f1afbedc6ad8b674ff5.tar.zst
nvim-treesitter-e68ea36745eaf56706cf7f1afbedc6ad8b674ff5.zip
fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURES
As per the request from @theHamsta in #2934
Diffstat (limited to '.github/workflows/test-queries.yml')
-rw-r--r--.github/workflows/test-queries.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml
index d833efd98..738bad9a4 100644
--- a/.github/workflows/test-queries.yml
+++ b/.github/workflows/test-queries.yml
@@ -53,6 +53,7 @@ jobs:
env:
CC: ${{ matrix.cc }}
NVIM: ${{ matrix.os == 'windows-2022' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
+ ALLOWED_INSTALLATION_FAILURES: ${{ matrix.os == 'windows-2022' && 'rnoweb' }}
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1