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.
This commit is contained in:
dundargoc 2024-02-10 15:33:57 +01:00 committed by Christian Clason
parent 143a342bd8
commit 6444286cbf
8 changed files with 31 additions and 28 deletions

View file

@ -23,7 +23,7 @@ jobs:
env:
NVIM_TAG: stable
run: |
bash ./scripts/ci-install-ubuntu-latest.sh
bash ./scripts/ci-install.sh
- name: Check README
run: |