mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 02:18:00 +08:00
ci(nvim): fix nvim nightly link
This commit is contained in:
parent
a5689a24db
commit
54f7df3e84
2
.ci/install/linux.sh
vendored
2
.ci/install/linux.sh
vendored
@ -38,7 +38,7 @@ install_nvim() {
|
||||
local out="${DEPS}/_neovim/$tag"
|
||||
mkdir -p $out
|
||||
if [[ $tag == "nightly" ]]; then
|
||||
curl -o $tmp/nvim-linux64.tar.gz -L "https://github.com/neovim/neovim/releases/download/$tag/nvim-linux-x86_64.gz"
|
||||
curl -o $tmp/nvim-linux64.tar.gz -L "https://github.com/neovim/neovim/releases/download/$tag/nvim-linux-x86_64.tar.gz"
|
||||
else
|
||||
curl -o $tmp/nvim-linux64.tar.gz -L "https://github.com/neovim/neovim/releases/download/$tag/nvim-linux64.tar.gz"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user