mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
refactor: use vim.uv
This commit is contained in:
parent
cd2c826972
commit
37957d6bcf
9 changed files with 40 additions and 62 deletions
1
.github/workflows/test-queries.yml
vendored
1
.github/workflows/test-queries.yml
vendored
|
|
@ -52,7 +52,6 @@ jobs:
|
|||
env:
|
||||
CC: ${{ matrix.cc }}
|
||||
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
|
||||
ALLOWED_INSTALLATION_FAILURES: ${{ matrix.os == 'windows-latest' && 'rnoweb' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: tree-sitter/setup-action/cli@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue