From 3b040ce854edaf7bc03263f83121a06628cf1f2a Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 1 Nov 2022 13:02:09 +0100 Subject: test: remove bundled parsers in CI ensure that queries are tested against parser version in lockfile --- scripts/ci-install-macos-latest.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/ci-install-macos-latest.sh') diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-latest.sh index 79b957cb..9899f17e 100644 --- a/scripts/ci-install-macos-latest.sh +++ b/scripts/ci-install-macos-latest.sh @@ -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 -- cgit v1.2.3