aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-install.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix(ci): fixupChristian Clason2025-01-301-1/+1
|
* fix(ci): update to changed neovim release nameChristian Clason2025-01-301-8/+1
|
* ci(install): adapt to new Neovim release artefact namesChristian Clason2025-01-271-1/+8
| | | | Old name can be removed after 0.10.4 release
* ci: Nvim 0.10 macos artifact nameChristian Clason2024-05-171-3/+4
|
* ci: fix invalid workflowdundargoc2024-02-101-0/+25
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.