diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-04-15 17:45:17 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-04-15 18:30:14 +0200 |
| commit | 5633f897a768d25c69d28b0a3c31603cfacab9fa (patch) | |
| tree | 9904e186caef9daddce5b6d958dc2992305214b8 | |
| parent | latex: capture math env contents (diff) | |
| download | nvim-treesitter-5633f897a768d25c69d28b0a3c31603cfacab9fa.tar nvim-treesitter-5633f897a768d25c69d28b0a3c31603cfacab9fa.tar.gz nvim-treesitter-5633f897a768d25c69d28b0a3c31603cfacab9fa.tar.bz2 nvim-treesitter-5633f897a768d25c69d28b0a3c31603cfacab9fa.tar.lz nvim-treesitter-5633f897a768d25c69d28b0a3c31603cfacab9fa.tar.xz nvim-treesitter-5633f897a768d25c69d28b0a3c31603cfacab9fa.tar.zst nvim-treesitter-5633f897a768d25c69d28b0a3c31603cfacab9fa.zip | |
ci: update windows workflow to 0.7
Unarchive directory was renamed to `nvim-win64`
| -rw-r--r-- | .github/workflows/test-queries.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
