Skip to content

Commit 4d65226

Browse files
committed
fix(ci): macOS CI fails with "Unrecognized archive format"
Run curl -LO 'https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz' tar: Error opening archive: Unrecognized archive format ref neovim/neovim@036f86f ref neovim/node-client@de7ecb4
1 parent d6dc8cf commit 4d65226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
NVIM_BIN_PATH: nvim-linux64/bin
4444
EXTRACT: tar xzf
4545
- os: 'macos-latest'
46-
NIGHTLY: nvim-macos.tar.gz
47-
NVIM_BIN_PATH: nvim-macos/bin
46+
NIGHTLY: nvim-macos-x86_64.tar.gz
47+
NVIM_BIN_PATH: nvim-macos-x86_64/bin
4848
EXTRACT: tar xzf
4949
- os: 'windows-latest'
5050
NIGHTLY: nvim-win64.zip

0 commit comments

Comments
 (0)