1 parent 823d127 commit b55aa1eCopy full SHA for b55aa1e
1 file changed
.github/workflows/unit_tests.yml
@@ -39,7 +39,7 @@ jobs:
39
git clone https://github.com/nvim-lua/plenary.nvim
40
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
41
cd ~/.local/share/nvim/site/pack/nvim-treesitter/start
42
- git clone https://github.com/nvim-treesitter/nvim-treesitter.git
+ git clone -b "${{ github.ref_name }}" https://github.com/nvim-treesitter/nvim-treesitter.git
43
44
- name: Setup nvim and tree sitter
45
env:
0 commit comments