From f5c318f341e6097b22b45eefaedb6e20392c1e7f Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 19 Jul 2021 22:31:03 +0200 Subject: Change install command on Mac Fixes #1600 --- scripts/ci-install-macos-latest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-latest.sh index 979c418a3..fe57186af 100644 --- a/scripts/ci-install-macos-latest.sh +++ b/scripts/ci-install-macos-latest.sh @@ -1,5 +1,5 @@ -brew update -brew install neovim --HEAD +curl -L https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz | tar -xz +sudo ln -s $(pwd)/nvim-osx64/bin/nvim /usr/local/bin 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-70-g09d2