Skip to content

Commit

Permalink
ci: Update nvim release link
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr authored Feb 3, 2025
1 parent bb710f4 commit d95a40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
shell: bash
run: |
sudo apt install libfuse2
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
sudo chmod 0755 /usr/bin/nvim
- name: Run Tests
run: |
Expand Down

0 comments on commit d95a40b

Please sign in to comment.