mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
ci: bump tree-sitter to 0.20.4
fixes issues with `parser.h` not being generated
This commit is contained in:
committed by
Christian Clason
parent
bb33aea03c
commit
c162991fa1
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Install and prepare Neovim
|
||||
env:
|
||||
NVIM_TAG: ${{ matrix.nvim_tag }}
|
||||
TREE_SITTER_CLI_TAG: v0.20.3
|
||||
TREE_SITTER_CLI_TAG: v0.20.4
|
||||
run: |
|
||||
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
||||
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Install and prepare Neovim
|
||||
env:
|
||||
NVIM_TAG: stable
|
||||
TREE_SITTER_CLI_TAG: v0.20.3
|
||||
TREE_SITTER_CLI_TAG: v0.20.4
|
||||
run: |
|
||||
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user