From 5633f897a768d25c69d28b0a3c31603cfacab9fa Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 15 Apr 2022 17:45:17 +0200 Subject: ci: update windows workflow to 0.7 Unarchive directory was renamed to `nvim-win64` --- .github/workflows/test-queries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index d4ec33052..a8d7cf73f 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -52,7 +52,7 @@ jobs: runs-on: ${{ matrix.os }} env: CC: ${{ matrix.cc }} - NVIM: ${{ matrix.os == 'windows-2022' && 'Neovim\\bin\\nvim.exe' || 'nvim' }} + NVIM: ${{ matrix.os == 'windows-2022' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }} steps: - uses: actions/checkout@v2 - uses: ilammy/msvc-dev-cmd@v1 -- cgit v1.2.3-70-g09d2