mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURES
As per the request from @theHamsta in #2934
This commit is contained in:
parent
7075c6b63a
commit
e68ea36745
1 changed files with 1 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue