From e68ea36745eaf56706cf7f1afbedc6ad8b674ff5 Mon Sep 17 00:00:00 2001 From: Brian Albert Monroe Date: Mon, 23 May 2022 17:19:13 +0200 Subject: fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURES As per the request from @theHamsta in #2934 --- .github/workflows/test-queries.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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 -- cgit v1.2.3-70-g09d2