mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
test: remove bundled parsers in CI
ensure that queries are tested against parser version in lockfile
This commit is contained in:
parent
7709eb4b47
commit
3b040ce854
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
curl -L https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-macos.tar.gz | tar -xz
|
||||
sudo ln -s $(pwd)/nvim-macos/bin/nvim /usr/local/bin
|
||||
rm -rf $(pwd)/nvim-macos/lib/nvim/parser
|
||||
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue