File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 77 name : unit tests
88 runs-on : ${{ matrix.os }}
99 env :
10- NVIM_TS_DIR : " ${HOME}/.local/share/ nvim/site/pack/vendor/start/nvim -treesitter"
10+ NVIM_TS_DIR : .test-deps/ nvim-treesitter
1111 strategy :
1212 fail-fast : false
1313 matrix :
5252 git clone --depth 1 -b main https://github.com/nvim-treesitter/nvim-treesitter ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
5353 git clone --depth 1 https://github.com/ray-x/guihua.lua ~/.local/share/nvim/site/pack/vendor/start/guihua.lua
5454 ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
55+ - name : Install nvim-treesitter
56+ uses : actions/checkout@v4
57+ with :
58+ repository : nvim-treesitter/nvim-treesitter
59+ ref : main
60+ path : ${{ env.NVIM_TS_DIR }}
5561 - name : Setup Parsers cache
5662 id : parsers-cache
5763 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments