From a8d4fcb68220af1ccd8e02aa5ef313b629444e63 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 26 Jun 2022 18:59:12 +0200 Subject: ci(macos): update to upstream changes in release macOS release archive now uses `nvim-macos` as extracted directory. --- scripts/ci-install-macos-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-latest.sh index 1357e1239..79b957cbc 100644 --- a/scripts/ci-install-macos-latest.sh +++ b/scripts/ci-install-macos-latest.sh @@ -1,5 +1,5 @@ curl -L https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-macos.tar.gz | tar -xz -sudo ln -s $(pwd)/nvim-osx64/bin/nvim /usr/local/bin +sudo ln -s $(pwd)/nvim-macos/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