aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-23 19:48:19 +0100
committerChristian Clason <christian.clason@uni-due.de>2022-01-23 22:24:16 +0100
commitc162991fa18abe0ae626929aaec43e631d1e37e1 (patch)
treec3089282a78ee80b20f3bdd13f7e22f0dbc4e4bb /.github/workflows
parentSet CXX standard per parser and fix Norg (diff)
downloadnvim-treesitter-c162991fa18abe0ae626929aaec43e631d1e37e1.tar
nvim-treesitter-c162991fa18abe0ae626929aaec43e631d1e37e1.tar.gz
nvim-treesitter-c162991fa18abe0ae626929aaec43e631d1e37e1.tar.bz2
nvim-treesitter-c162991fa18abe0ae626929aaec43e631d1e37e1.tar.lz
nvim-treesitter-c162991fa18abe0ae626929aaec43e631d1e37e1.tar.xz
nvim-treesitter-c162991fa18abe0ae626929aaec43e631d1e37e1.tar.zst
nvim-treesitter-c162991fa18abe0ae626929aaec43e631d1e37e1.zip
ci: bump tree-sitter to 0.20.4
fixes issues with `parser.h` not being generated
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml2
-rw-r--r--.github/workflows/tests.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index 69ac68de8..6d92938b6 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -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
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d87a3aae6..03d1847b4 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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