Skip to content

Commit 24d4456

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
1 parent a66140b commit 24d4456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
NVIM_BIN_PATH: nvim-linux64/bin
2828
EXTRACT: tar xzf
2929
- os: macos-11
30-
NIGHTLY: nvim-macos.tar.gz
30+
NIGHTLY: nvim-macos-x86_64.tar.gz
3131
NVIM_BIN_PATH: nvim-macos/bin
3232
EXTRACT: tar xzf
3333
- os: windows-latest

0 commit comments

Comments
 (0)