fix(ci): fixup

This commit is contained in:
Christian Clason 2025-01-30 09:10:34 +01:00
parent 7d28f8afc4
commit aeaac6a208

View file

@ -3,7 +3,7 @@
set -e
os=$(uname -s)
if [[ $os == Linux ]] then
if [[ $os == Linux ]]; then
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-linux-x86_64.tar.gz
tar -zxf nvim-linux-x86_64.tar.gz
sudo ln -s "$PWD"/nvim-linux-x86_64/bin/nvim /usr/local/bin