Skip to content

Commit 12bd6d0

Browse files
committed
ci: fix Linux neovim binary name for x86_64 platform
1 parent 8b87688 commit 12bd6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
include:
1515
- os: ubuntu-latest
1616
neovim: stable
17-
url: https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz
17+
url: https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.tar.gz
1818
- os: ubuntu-latest
1919
neovim: nightly
20-
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
20+
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.tar.gz
2121
- os: macos-14
2222
neovim: stable
2323
url: https://github.com/neovim/neovim/releases/download/stable/nvim-macos-arm64.tar.gz

0 commit comments

Comments
 (0)