diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-01-30 09:10:34 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-01-30 09:10:34 +0100 |
| commit | aeaac6a20894478a6f74cddeb5f1b8f3ac4a042b (patch) | |
| tree | f2d89e1e1b88b7f9e87a3244e8809f9dc2812d9f /scripts | |
| parent | fix(ci): update to changed neovim release name (diff) | |
| download | nvim-treesitter-aeaac6a20894478a6f74cddeb5f1b8f3ac4a042b.tar nvim-treesitter-aeaac6a20894478a6f74cddeb5f1b8f3ac4a042b.tar.gz nvim-treesitter-aeaac6a20894478a6f74cddeb5f1b8f3ac4a042b.tar.bz2 nvim-treesitter-aeaac6a20894478a6f74cddeb5f1b8f3ac4a042b.tar.lz nvim-treesitter-aeaac6a20894478a6f74cddeb5f1b8f3ac4a042b.tar.xz nvim-treesitter-aeaac6a20894478a6f74cddeb5f1b8f3ac4a042b.tar.zst nvim-treesitter-aeaac6a20894478a6f74cddeb5f1b8f3ac4a042b.zip | |
fix(ci): fixup
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ci-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-install.sh b/scripts/ci-install.sh index cd33354d1..5ab8887de 100755 --- a/scripts/ci-install.sh +++ b/scripts/ci-install.sh @@ -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 |
