From b44871afb59e456bbff4113e416405c06c991cf5 Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Tue, 14 Feb 2023 17:16:33 +0000 Subject: Add treesitter CLI in CI with Windows and mac --- scripts/ci-install-ubuntu-latest.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') diff --git a/scripts/ci-install-ubuntu-latest.sh b/scripts/ci-install-ubuntu-latest.sh index e65c670dc..5ab229e1d 100644 --- a/scripts/ci-install-ubuntu-latest.sh +++ b/scripts/ci-install-ubuntu-latest.sh @@ -1,6 +1,3 @@ -wget -O - https://github.com/tree-sitter/tree-sitter/releases/download/${TREE_SITTER_CLI_TAG}/tree-sitter-linux-x64.gz | gunzip -c > tree-sitter -sudo cp ./tree-sitter /usr/bin/tree-sitter -sudo chmod uog+rwx /usr/bin/tree-sitter wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-linux64.tar.gz tar -zxf nvim-linux64.tar.gz sudo ln -s $(pwd)/nvim-linux64/bin/nvim /usr/local/bin -- cgit v1.2.3-70-g09d2