Skip to content

Commit 2fe5fad

Browse files
committed
Changed the name of the linux binary in github actions
Neovim 0.10.4 changed the name of the Linux binary in their realeases, which was breaking the github actions worflow.
1 parent 14e0427 commit 2fe5fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
include:
5959
- os: ubuntu-latest
60-
nvim_url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
60+
nvim_url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
6161
packages: luarocks ripgrep
6262
manager: sudo apt-get
6363

0 commit comments

Comments
 (0)