mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURES
As per the request from @theHamsta in #2934
This commit is contained in:
committed by
Stephan Seitz
parent
7075c6b63a
commit
e68ea36745
1
.github/workflows/test-queries.yml
vendored
1
.github/workflows/test-queries.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user