diff options
| author | dundargoc <gocdundar@gmail.com> | 2024-02-10 15:33:57 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-02-10 19:49:14 +0100 |
| commit | 6444286cbf3a37862feaa7ff86456dd948f5cf8b (patch) | |
| tree | 146ca195ed5c7f74a955029626f856437f7a149e /scripts/ci-install-ubuntu-latest.sh | |
| parent | ci: use `windows-latest` over `windows-2022` (diff) | |
| download | nvim-treesitter-6444286cbf3a37862feaa7ff86456dd948f5cf8b.tar nvim-treesitter-6444286cbf3a37862feaa7ff86456dd948f5cf8b.tar.gz nvim-treesitter-6444286cbf3a37862feaa7ff86456dd948f5cf8b.tar.bz2 nvim-treesitter-6444286cbf3a37862feaa7ff86456dd948f5cf8b.tar.lz nvim-treesitter-6444286cbf3a37862feaa7ff86456dd948f5cf8b.tar.xz nvim-treesitter-6444286cbf3a37862feaa7ff86456dd948f5cf8b.tar.zst nvim-treesitter-6444286cbf3a37862feaa7ff86456dd948f5cf8b.zip | |
ci: fix invalid workflow
Context variables aren't always available, so we can't rely on them for
e.g. environment variables.
Also merge all install scripts into `script/ci-install.sh`, that way it
can be called the same way regardless of system.
Diffstat (limited to 'scripts/ci-install-ubuntu-latest.sh')
| -rwxr-xr-x | scripts/ci-install-ubuntu-latest.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/ci-install-ubuntu-latest.sh b/scripts/ci-install-ubuntu-latest.sh deleted file mode 100755 index 60f260cc8..000000000 --- a/scripts/ci-install-ubuntu-latest.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-linux64.tar.gz -tar -zxf nvim-linux64.tar.gz -sudo ln -s "$PWD"/nvim-linux64/bin/nvim /usr/local/bin -rm -rf "$PWD"/nvim-linux64/lib/nvim/parser -mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start -ln -s "$PWD" ~/.local/share/nvim/site/pack/nvim-treesitter/start |
