Skip to content

Commit e567c75

Browse files
authored
fix: use correct download link (#184)
1 parent 48c1a75 commit e567c75

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
@@ -15,7 +15,7 @@ jobs:
1515
shell: bash
1616
run: |
1717
mkdir -p /tmp/nvim
18-
wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage -O /tmp/nvim/nvim.appimage
18+
wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.appimage -O /tmp/nvim/nvim.appimage
1919
cd /tmp/nvim
2020
chmod a+x ./nvim.appimage
2121
./nvim.appimage --appimage-extract

0 commit comments

Comments
 (0)