summaryrefslogtreecommitdiff
path: root/scripts/ci-install-macos-latest.sh
diff options
context:
space:
mode:
authorDaniel Kempkens <daniel+git@kempkens.io>2021-05-18 17:51:57 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-05-18 19:10:06 +0200
commitba45e0d3ed9bce1b6b28189f79da3955d8d3e50c (patch)
treef218abe98561a0be35f3863d112a99a5b5a7d481 /scripts/ci-install-macos-latest.sh
parent06f8689aea164652eef5835d0614c51ec0f0b9d5 (diff)
CI: Improved parser installation logic
Diffstat (limited to 'scripts/ci-install-macos-latest.sh')
-rw-r--r--scripts/ci-install-macos-latest.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-latest.sh
index a952dc57..10a9d9bb 100644
--- a/scripts/ci-install-macos-latest.sh
+++ b/scripts/ci-install-macos-latest.sh
@@ -1,7 +1,6 @@
brew update
brew install llvm --HEAD
brew install neovim --HEAD
-brew install tree-sitter
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start