summaryrefslogtreecommitdiff
path: root/scripts/ci-install-macos-latest.sh
diff options
context:
space:
mode:
authorStephan Seitz <sseitz@nvidia.com>2021-10-10 11:52:16 +0200
committerStephan Seitz <stephan.seitz@fau.de>2021-10-21 19:50:23 +0200
commit7135321cc254fd2a543f596a3648fdc481e54eef (patch)
tree52c44e20118ee514c2e5f22f2a22797ba3fd86a6 /scripts/ci-install-macos-latest.sh
parent24edc5d93f5d055b6e7226b38265cfe7037c7c8b (diff)
ci: use nvim v0.5.1 on CI
Diffstat (limited to 'scripts/ci-install-macos-latest.sh')
-rw-r--r--scripts/ci-install-macos-latest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-latest.sh
index fe57186a..1357e123 100644
--- a/scripts/ci-install-macos-latest.sh
+++ b/scripts/ci-install-macos-latest.sh
@@ -1,4 +1,4 @@
-curl -L https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz | tar -xz
+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
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start