aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKiyoon Kim <yoonkr33@gmail.com>2023-02-14 17:16:33 +0000
committerStephan Seitz <stephan.seitz@fau.de>2023-02-15 03:23:38 -0800
commitb44871afb59e456bbff4113e416405c06c991cf5 (patch)
tree04113f85280760d6ddddd2c6f065f75992c0945e /scripts
parentdocs(readme): remove ambiguous comment (#4321) (diff)
downloadnvim-treesitter-b44871afb59e456bbff4113e416405c06c991cf5.tar
nvim-treesitter-b44871afb59e456bbff4113e416405c06c991cf5.tar.gz
nvim-treesitter-b44871afb59e456bbff4113e416405c06c991cf5.tar.bz2
nvim-treesitter-b44871afb59e456bbff4113e416405c06c991cf5.tar.lz
nvim-treesitter-b44871afb59e456bbff4113e416405c06c991cf5.tar.xz
nvim-treesitter-b44871afb59e456bbff4113e416405c06c991cf5.tar.zst
nvim-treesitter-b44871afb59e456bbff4113e416405c06c991cf5.zip
Add treesitter CLI in CI with Windows and mac
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci-install-ubuntu-latest.sh3
1 files changed, 0 insertions, 3 deletions
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