We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb710f4 commit d95a40bCopy full SHA for d95a40b
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
shell: bash
18
run: |
19
sudo apt install libfuse2
20
- sudo wget -q https://github.com/neovim/neovim/releases/download/stable/nvim.appimage -O /usr/bin/nvim
+ sudo wget -q https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage -O /usr/bin/nvim
21
sudo chmod 0755 /usr/bin/nvim
22
- name: Run Tests
23
0 commit comments