fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURES

As per the request from @theHamsta in #2934
This commit is contained in:
Brian Albert Monroe
2022-05-23 17:19:13 +02:00
committed by Stephan Seitz
parent 7075c6b63a
commit e68ea36745

View File

@@ -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