Skip to content

Commit c57a789

Browse files
committed
fix: neovim installation app image
1 parent 050fcab commit c57a789

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Install Neovim
41-
shell: bash
42-
run: |
43-
mkdir -p /tmp/nvim
44-
wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage -O /tmp/nvim/nvim.appimage
45-
cd /tmp/nvim
46-
chmod a+x ./nvim.appimage
47-
./nvim.appimage --appimage-extract
48-
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
41+
uses: folke/github/neovim@main
4942

5043
- name: Run Tests
5144
run: |

0 commit comments

Comments
 (0)