Skip to content

Commit d95a40b

Browse files
authored
ci: Update nvim release link
1 parent bb710f4 commit d95a40b

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
@@ -17,7 +17,7 @@ jobs:
1717
shell: bash
1818
run: |
1919
sudo apt install libfuse2
20-
sudo wget -q https://github.com/neovim/neovim/releases/download/stable/nvim.appimage -O /usr/bin/nvim
20+
sudo wget -q https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage -O /usr/bin/nvim
2121
sudo chmod 0755 /usr/bin/nvim
2222
- name: Run Tests
2323
run: |

0 commit comments

Comments
 (0)