File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ jobs:
7676 - name : Install treesitter
7777 if : matrix.neovim_branch != 'nightly'
7878 run : |
79- git clone --depth 1 https://github.com/nvim-treesitter/nvim-treesitter ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
79+ git clone --depth 1 --branch master https://github.com/nvim-treesitter/nvim-treesitter ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
8080
8181 - name : Install treesitter (nightly)
8282 if : matrix.neovim_branch == 'nightly'
8383 run : |
84- git clone --depth 1 --branch main https://github.com/nvim-treesitter/nvim-treesitter ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
84+ git clone --depth 1 https://github.com/nvim-treesitter/nvim-treesitter ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
8585
8686 - name : Run tests
8787 run : |
You can’t perform that action at this time.
0 commit comments