Skip to content

Commit 704142c

Browse files
committed
chore(ci): fix nvim download
1 parent 2be2299 commit 704142c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
shell: bash
1313
run: |
1414
mkdir -p /tmp/nvim
15-
wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage -O /tmp/nvim/nvim.appimage
15+
wget -q https://github.com/neovim/neovim/releases/download/v0.11.0/nvim-linux-x86_64.appimage -O /tmp/nvim/nvim.appimage
1616
cd /tmp/nvim
1717
chmod a+x ./nvim.appimage
1818
./nvim.appimage --appimage-extract

0 commit comments

Comments
 (0)