File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 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 }}
61- - name : Setup Parsers cache
62- id : parsers-cache
63- uses : actions/cache@v4
64- with :
65- path : ~/.local/share/nvim/site/parser
66- key : parsers-${{ hashFiles('parsers.lua') }}
6755 - name : Compile parsers
68- if : steps.parsers-cache.outputs.cache-hit != 'true'
69- working-directory : ${{ env.NVIM_TS_DIR }}
70- run : nvim -l ./lua/tests/install-parsers.lua --max-jobs=2
56+ run : nvim -l lua/tests/install-parsers.lua --max-jobs=2
7157 - name : Run tests
7258 run : |
7359 export PATH="${PWD}/_neovim/bin:${PATH}"
You can’t perform that action at this time.
0 commit comments