mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 02:07:58 +08:00
ci(nvim): update nvim nightly tag link
This commit is contained in:
parent
40f686cc3a
commit
6fe1b667dd
4
.ci/install/linux.sh
vendored
4
.ci/install/linux.sh
vendored
@ -37,7 +37,11 @@ install_nvim() {
|
||||
local tmp="$(mktemp -d)"
|
||||
local out="${DEPS}/_neovim/$tag"
|
||||
mkdir -p $out
|
||||
if [[ $tab == "nightly" ]]; then
|
||||
curl -o $tmp/nvim-linux64.tar.gz -L "https://github.com/neovim/neovim/releases/download/$tag/nvim-linux-x86_64.gz"
|
||||
else
|
||||
curl -o $tmp/nvim-linux64.tar.gz -L "https://github.com/neovim/neovim/releases/download/$tag/nvim-linux64.tar.gz"
|
||||
fi
|
||||
tar -xzvf $tmp/nvim-linux64.tar.gz -C $tmp
|
||||
cp -r $tmp/nvim-linux64/* $out
|
||||
chmod +x $out/bin/nvim
|
||||
|
Loading…
Reference in New Issue
Block a user