maybe this one will cure all my problems in life?
This commit is contained in:
parent
d809c89087
commit
5c3f4f99c5
1 changed files with 8 additions and 3 deletions
11
.github/workflows/tests.yml
vendored
11
.github/workflows/tests.yml
vendored
|
|
@ -30,9 +30,14 @@ jobs:
|
||||||
check-latest: false
|
check-latest: false
|
||||||
|
|
||||||
- name: Install Neovim
|
- name: Install Neovim
|
||||||
uses: MunifTanjim/setup-neovim-action@v1
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
tag: ${{ matrix.version }}
|
mkdir -p /tmp/nvim
|
||||||
|
wget -q https://github.com/neovim/neovim/releases/download/${{ matrix.version }}/nvim-linux-x86_64.appimage -O /tmp/nvim/nvim.appimage
|
||||||
|
cd /tmp/nvim
|
||||||
|
chmod a+x ./nvim.appimage
|
||||||
|
./nvim.appimage --appimage-extract
|
||||||
|
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue